From b1e733c01c8ce32dee4ab6e801a55e74d2e15c33 Mon Sep 17 00:00:00 2001
From: Wik-T <812952667@qq.com>
Date: Tue, 7 Jun 2022 17:49:57 +0800
Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E5=BE=85=E6=94=AF=E4=BB=98?=
=?UTF-8?q?=E9=80=89=E6=8B=A9=E6=94=AF=E4=BB=98=E6=96=B9=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
App.vue | 16 ++++++++--------
manifest.json | 1 -
pages/user/agentCoupons/agentCoupons.vue | 8 +++++---
subPages/recharge-pay/recharge-pay.vue | 3 ++-
subPages/rechargeDetails/rechargeDetails.vue | 10 +++++-----
.../unionPay-orderList/unionPay-orderList.vue | 5 ++++-
6 files changed, 24 insertions(+), 19 deletions(-)
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]}}