From df26efd601b4d339f166b27fa626f1cc32530c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Wed, 8 Sep 2021 17:15:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E9=A2=86=E5=88=B8=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E9=A1=B5=E9=9D=A2UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/index-nav/index-nav.vue | 2 +- pages.json | 7 + pages/index/collectCoupons/collectCoupons.vue | 225 ++++++++++++++++++ 3 files changed, 233 insertions(+), 1 deletion(-) create mode 100644 pages/index/collectCoupons/collectCoupons.vue diff --git a/components/index-nav/index-nav.vue b/components/index-nav/index-nav.vue index 72f5860..09c145b 100644 --- a/components/index-nav/index-nav.vue +++ b/components/index-nav/index-nav.vue @@ -58,7 +58,7 @@ export default { image: 'https://cdn.guojiang.club/storage/uploads/images/2020_06_05/rNCqCVUgi5GFYntpqmevHEaO1NYt5PZ2tgjEXRMU.png', name: '餐饮配套' },{ - link: '', + link: '/pages/index/collectCoupons/collectCoupons', image: 'https://cdn.guojiang.club/storage/uploads/images/2020_06_05/rNCqCVUgi5GFYntpqmevHEaO1NYt5PZ2tgjEXRMU.png', name: '领券中心' },{ diff --git a/pages.json b/pages.json index c282b9c..0b106ef 100644 --- a/pages.json +++ b/pages.json @@ -886,6 +886,13 @@ "navigationBarTitleText": "餐饮配套", "navigationStyle": "custom" } + }, + { + "path" : "pages/index/collectCoupons/collectCoupons", + "style" : { + "navigationBarTitleText": "领券中心", + "navigationStyle": "custom" + } } ], "globalStyle": { diff --git a/pages/index/collectCoupons/collectCoupons.vue b/pages/index/collectCoupons/collectCoupons.vue new file mode 100644 index 0000000..d44094a --- /dev/null +++ b/pages/index/collectCoupons/collectCoupons.vue @@ -0,0 +1,225 @@ + + + + +