From 8ce0a2b28349fcb7d723ebd0fd426e3705075c89 Mon Sep 17 00:00:00 2001 From: Wik-T <812952667@qq.com> Date: Tue, 4 Apr 2023 11:06:33 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=96=B0=E5=A2=9E=E5=85=85=E5=80=BC=E8=AF=9D?= =?UTF-8?q?=E8=B4=B9=20=E6=8F=90=E7=A4=BA=E7=A1=AE=E8=AE=A4=E5=85=85?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subPages/recharge-centre/recharge-centre.vue | 44 ++++++++++++++------ 1 file changed, 31 insertions(+), 13 deletions(-) diff --git a/subPages/recharge-centre/recharge-centre.vue b/subPages/recharge-centre/recharge-centre.vue index ab45ca1..3e27a03 100644 --- a/subPages/recharge-centre/recharge-centre.vue +++ b/subPages/recharge-centre/recharge-centre.vue @@ -312,20 +312,38 @@ }); return false; } - uni.showToast({ - title: '提交订单...', - icon: 'none', - duration: 2000, - success() { - uni.navigateTo({ - url: '../unionComfirmation/unionComfirmation?orderPrice=' + that.price + - '&payPrice=' + that.inputAmount + '&rechargeContent=' + that.inputPhone + - '&rechargeModel=' + that.amoutType + - '&objectId=' + that.inputAmountId + '&rechargeType=' + that.swiperCurrent - }) + uni.showModal({ + title: '请确认充值号码', + content: '充值号码 : ' + that.inputPhone + ',充值成功后无法退款', + success: function(res) { + if (res.confirm) { + uni.navigateTo({ + url: '../unionComfirmation/unionComfirmation?orderPrice=' + that + .price + + '&payPrice=' + that.inputAmount + '&rechargeContent=' + that + .inputPhone + + '&rechargeModel=' + that.amoutType + + '&objectId=' + that.inputAmountId + '&rechargeType=' + that + .swiperCurrent + }) + } } }) + // uni.showToast({ + // title: '提交订单...', + // icon: 'none', + // duration: 2000, + // success() { + // uni.navigateTo({ + // url: '../unionComfirmation/unionComfirmation?orderPrice=' + that.price + + // '&payPrice=' + that.inputAmount + '&rechargeContent=' + that.inputPhone + + // '&rechargeModel=' + that.amoutType + + // '&objectId=' + that.inputAmountId + '&rechargeType=' + that.swiperCurrent + // }) + // } + // }) + } } } @@ -338,7 +356,7 @@ .popImg { width: 100%; - height: 100%; + height: 100%; min-height: 430px; } @@ -479,4 +497,4 @@ color: #c1b569; } } - + \ No newline at end of file