From c06dfef0e932ca70f74afcc5497f725fe6c0dad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Wed, 12 Oct 2022 17:45:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 23 ++++-- pages/ProductList/ProductList.vue | 27 +++++++ pages/homepage/homepage.vue | 116 ++++++++++++++++++++++++++++-- pages/shopping/shopping.vue | 91 +++++++++++++++++++++-- pages/startup/startup.vue | 7 +- static/个人@2x.png | Bin 0 -> 1942 bytes static/产品-01@2x.png | Bin 0 -> 3189 bytes static/启动页.png | Bin 17512 -> 23943 bytes static/智能手表@2x.png | Bin 0 -> 2512 bytes static/营养膳食@2x.png | Bin 0 -> 3390 bytes static/食品@2x.png | Bin 0 -> 3071 bytes 11 files changed, 245 insertions(+), 19 deletions(-) create mode 100644 pages/ProductList/ProductList.vue create mode 100644 static/个人@2x.png create mode 100644 static/产品-01@2x.png create mode 100644 static/智能手表@2x.png create mode 100644 static/营养膳食@2x.png create mode 100644 static/食品@2x.png diff --git a/pages.json b/pages.json index 7b1b7c1..bcbc18c 100644 --- a/pages.json +++ b/pages.json @@ -1,6 +1,20 @@ { "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { + "path": "pages/shopping/shopping", + "style": { + "navigationBarTitleText": "医路优品", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#ffffff" + } + },{ + "path": "pages/ProductList/ProductList", + "style": { + "navigationBarTitleText": "医路优品", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#ffffff" + } + }, { "path": "pages/homepage/homepage", "style": { "navigationBarTitleText": "泉医到家", @@ -33,14 +47,9 @@ "enablePullDownRefresh": false } - }, { - "path": "pages/shopping/shopping", - "style": { - "navigationBarTitleText": "", - "enablePullDownRefresh": false - } } + ], "globalStyle": { "navigationBarTextStyle": "black", @@ -71,7 +80,7 @@ { "pagePath": "pages/Personal/Personal", "iconPath": "static/个人 拷贝 2@2x.png", - "selectedIconPath": "static/商城11@2x.png", + "selectedIconPath": "static/个人@2x.png", "text": "个人中心" } ] diff --git a/pages/ProductList/ProductList.vue b/pages/ProductList/ProductList.vue new file mode 100644 index 0000000..0d7d816 --- /dev/null +++ b/pages/ProductList/ProductList.vue @@ -0,0 +1,27 @@ + + + + + diff --git a/pages/homepage/homepage.vue b/pages/homepage/homepage.vue index 3dd0b0e..f236255 100644 --- a/pages/homepage/homepage.vue +++ b/pages/homepage/homepage.vue @@ -1,8 +1,37 @@