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