diff --git a/components/index-nav/index-nav.vue b/components/index-nav/index-nav.vue index 09c145b..e235ecf 100644 --- a/components/index-nav/index-nav.vue +++ b/components/index-nav/index-nav.vue @@ -42,7 +42,7 @@ export default { image: 'https://cdn.guojiang.club/storage/uploads/images/2020_06_05/rNCqCVUgi5GFYntpqmevHEaO1NYt5PZ2tgjEXRMU.png', name: '数码家电' },{ - link: '', + link: '/pages/index/onlineMall/onlineMall', image: 'https://cdn.guojiang.club/storage/uploads/images/2020_06_05/rNCqCVUgi5GFYntpqmevHEaO1NYt5PZ2tgjEXRMU.png', name: '黄金珠宝' },{ diff --git a/pages.json b/pages.json index a633afc..41c9981 100644 --- a/pages.json +++ b/pages.json @@ -952,6 +952,13 @@ "navigationBarTitleText": "兑换记录", "navigationStyle": "custom" } + }, + { + "path" : "pages/index/onlineMall/onlineMall", + "style" : { + "navigationBarTitleText": "在线商城", + "navigationStyle": "custom" + } } ], "globalStyle": { diff --git a/pages/discover/discover.vue b/pages/discover/discover.vue index 09bca53..98cb544 100644 --- a/pages/discover/discover.vue +++ b/pages/discover/discover.vue @@ -1,6 +1,6 @@