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