From 0fad83a61f60a64e6abf4d1cb4d36ef64c6bc70a Mon Sep 17 00:00:00 2001 From: yangsanTT <812952667@qq.com> Date: Sun, 8 Aug 2021 18:44:38 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 16 +- pages.json | 4 + pages/goods/coupon-details/coupon-details.vue | 116 ++++++++++----- pages/goods/goods.vue | 18 +-- pages/order/confirmation.vue | 2 +- pages/pay/payment/payment.vue | 22 ++- pages/tabBar/home/home.vue | 6 +- pages/user/mineCoupons/mineCoupons.vue | 140 ++++++++++-------- pages/user/order_details/order_details.vue | 4 +- pages/user/order_list/order_list.vue | 2 +- 10 files changed, 208 insertions(+), 122 deletions(-) diff --git a/App.vue b/App.vue index 3886872..8718b2d 100644 --- a/App.vue +++ b/App.vue @@ -5,15 +5,15 @@ // brestUrl: 'http://192.168.3.4:9302/brest', // imgUrl: 'https://192.168.3.4:9301/filesystem/', //正式 - url: 'https://hsg.dctpay.com/crest', - imgUrl: 'https://hsg.dctpay.com/filesystem/', - brestUrl : 'https://hsg.dctpay.com/brest', - imageWxImg:'https://hsg.dctpay.com/filesystem/wxApplets/', + // url: 'https://hsg.dctpay.com/crest', + // imgUrl: 'https://hsg.dctpay.com/filesystem/', + // brestUrl : 'https://hsg.dctpay.com/brest', + // imageWxImg:'https://hsg.dctpay.com/filesystem/wxApplets/', //测试 - // url: 'https://hsgcs.dctpay.com/crest', - // brestUrl : 'https://hsgcs.dctpay.com/brest', - // imgUrl: 'https://hsgcs.dctpay.com/filesystem/', - // imageWxImg:'https://hsgcs.dctpay.com/filesystem/wxApplets/', + url: 'https://hsgcs.dctpay.com/crest', + brestUrl : 'https://hsgcs.dctpay.com/brest', + imgUrl: 'https://hsgcs.dctpay.com/filesystem/', + imageWxImg:'https://hsgcs.dctpay.com/filesystem/wxApplets/', userInfo: "", brestUserInfo : '', openId: '', diff --git a/pages.json b/pages.json index fb1e3b6..5b7653a 100644 --- a/pages.json +++ b/pages.json @@ -315,6 +315,10 @@ "path": "pages/goods/coupon-details/coupon-details", "style": { "navigationBarTitleText": "卡券详情", + "backgroundTextStyle": "light", + "navigationBarBackgroundColor": "#0083f5", + "backgroundColorTop": "#0083f5", + "navigationBarTextStyle": "white", "enablePullDownRefresh": false } diff --git a/pages/goods/coupon-details/coupon-details.vue b/pages/goods/coupon-details/coupon-details.vue index d3bdfc7..9e444d0 100644 --- a/pages/goods/coupon-details/coupon-details.vue +++ b/pages/goods/coupon-details/coupon-details.vue @@ -1,46 +1,38 @@