Merge branch 'dev' into yj-dev

yj-dev
杨杰 2 years ago
commit 08c557c6e9
  1. 40
      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
// })
// }
// })
}
}
}

Loading…
Cancel
Save