diff --git a/App.vue b/App.vue
index 1fbcc6f..48a6792 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/manifest.json b/manifest.json
index 0f1b78e..363e629 100644
--- a/manifest.json
+++ b/manifest.json
@@ -61,7 +61,6 @@
"quickapp" : {},
/* 快应用特有相关 */
"mp-weixin" : {
- /* 小程序特有相关 */
"appid" : "wx8d49e2f83025229d",
"setting" : {
"urlCheck" : true
diff --git a/pages/user/agentCoupons/agentCoupons.vue b/pages/user/agentCoupons/agentCoupons.vue
index c75b18f..535a052 100644
--- a/pages/user/agentCoupons/agentCoupons.vue
+++ b/pages/user/agentCoupons/agentCoupons.vue
@@ -43,7 +43,7 @@
-
+
应付金额 :
- ¥{{recinfo.outRechargePrice.payPrice}}
+ ¥{{recinfo.outRechargePrice.payPrice == null ? '0': recinfo.outRechargePrice.payPrice}}
@@ -97,7 +97,7 @@
积分抵扣 :
- ¥{{recinfo.integralDeductionPrice}}
+ ¥{{recinfo.integralDeductionPrice == null ? '0': recinfo.integralDeductionPrice}}
@@ -105,7 +105,7 @@
实付金额 :
- ¥{{recinfo.payRealPrice}}
+ ¥{{recinfo.payRealPrice == null ? '0': recinfo.payRealPrice}}
diff --git a/subPages/unionPay-orderList/unionPay-orderList.vue b/subPages/unionPay-orderList/unionPay-orderList.vue
index 0f90bcb..c7b3bc2 100644
--- a/subPages/unionPay-orderList/unionPay-orderList.vue
+++ b/subPages/unionPay-orderList/unionPay-orderList.vue
@@ -34,8 +34,11 @@
-
+
¥{{row.payRealPrice}}
+
+
+ ¥0
{{typeText[row.payStatus]}}