diff --git a/src/pages.json b/src/pages.json index 58a0abe..56abf81 100644 --- a/src/pages.json +++ b/src/pages.json @@ -1,6 +1,12 @@ { "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { + "path": "pages/store_list/store_list", + "style": { + "navigationBarTitleText": "门店信息列表" + } + }, + { "path": "pages/index/index", "style": { } diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index b1b7991..a883c85 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -17,6 +17,8 @@ 10 + + @@ -29,19 +31,66 @@ - - - 营业额 + + + {{e.name}} + + \ No newline at end of file diff --git a/src/static/images/icon/index/header_bg_a.png b/src/static/images/icon/index/header_bg_a.png new file mode 100644 index 0000000..6cb2e03 Binary files /dev/null and b/src/static/images/icon/index/header_bg_a.png differ diff --git a/src/static/images/icon/index/header_bg_b.png b/src/static/images/icon/index/header_bg_b.png new file mode 100644 index 0000000..3aeb6c7 Binary files /dev/null and b/src/static/images/icon/index/header_bg_b.png differ