|
|
|
@ -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 |
|
|
|
|
// }) |
|
|
|
|
// } |
|
|
|
|
// }) |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|