From 184f379d07c0d6eb88038ec0e603d3459a296ab0 Mon Sep 17 00:00:00 2001 From: yangsanTT <812952667@qq.com> Date: Mon, 19 Apr 2021 22:42:04 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BB=A3=E7=90=86=E5=95=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 12 +- pages/goods/coupon-details/coupon-details.vue | 4 +- pages/goods/externalCoupon/externalCoupon.vue | 4 +- pages/pay/success/success.vue | 4 +- pages/user/agentCoupons/agentCoupons.vue | 111 +++++++++++ .../mineCouponsDestails.vue | 4 +- pages/user/minePromotion/minePromotion.vue | 179 ++++++++++++++++-- uni.scss | 18 +- 8 files changed, 313 insertions(+), 23 deletions(-) create mode 100644 pages/user/agentCoupons/agentCoupons.vue diff --git a/pages.json b/pages.json index a67e7db..bde49a8 100644 --- a/pages.json +++ b/pages.json @@ -1,5 +1,6 @@ { "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + { "path": "pages/tabBar/home/home", "style": { @@ -312,19 +313,26 @@ "enablePullDownRefresh": false } + } + + , { + "path": "pages/user/agentCoupons/agentCoupons", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + }, { "path": "pages/user/minePromotion/minePromotion", "style": { "navigationBarTitleText": "", - "enablePullDownRefresh": true, "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#f06c7a", "backgroundColorTop": "#f06c7a", "navigationBarTextStyle": "white" } } - ], "globalStyle": { diff --git a/pages/goods/coupon-details/coupon-details.vue b/pages/goods/coupon-details/coupon-details.vue index 4de1300..dff7c7b 100644 --- a/pages/goods/coupon-details/coupon-details.vue +++ b/pages/goods/coupon-details/coupon-details.vue @@ -224,8 +224,8 @@ } .coupon-qr { - width: 150px; - height: 150px; + width: 190px; + height: 190px; } .coupon-des { diff --git a/pages/goods/externalCoupon/externalCoupon.vue b/pages/goods/externalCoupon/externalCoupon.vue index 4757005..4e42baf 100644 --- a/pages/goods/externalCoupon/externalCoupon.vue +++ b/pages/goods/externalCoupon/externalCoupon.vue @@ -290,8 +290,8 @@ } .coupon-img { - width: 80px; - height: 80px; + width: 100px; + height: 100px; margin-top: 10px; } diff --git a/pages/pay/success/success.vue b/pages/pay/success/success.vue index 94050af..586605e 100644 --- a/pages/pay/success/success.vue +++ b/pages/pay/success/success.vue @@ -185,8 +185,8 @@ } .coupon-img { - width: 80px; - height: 80px; + width: 100px; + height: 100px; margin-top: 10px; } diff --git a/pages/user/agentCoupons/agentCoupons.vue b/pages/user/agentCoupons/agentCoupons.vue new file mode 100644 index 0000000..7a93d93 --- /dev/null +++ b/pages/user/agentCoupons/agentCoupons.vue @@ -0,0 +1,111 @@ + + + + + diff --git a/pages/user/mineCouponsDestails/mineCouponsDestails.vue b/pages/user/mineCouponsDestails/mineCouponsDestails.vue index a26e2e4..ee50629 100644 --- a/pages/user/mineCouponsDestails/mineCouponsDestails.vue +++ b/pages/user/mineCouponsDestails/mineCouponsDestails.vue @@ -141,8 +141,8 @@ } .coupon-img { - width: 80px; - height: 80px; + width: 100px; + height: 100px; margin-top: 10px; } diff --git a/pages/user/minePromotion/minePromotion.vue b/pages/user/minePromotion/minePromotion.vue index c69c36b..3a8294a 100644 --- a/pages/user/minePromotion/minePromotion.vue +++ b/pages/user/minePromotion/minePromotion.vue @@ -1,17 +1,135 @@