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 @@