1.新增充值话费 提示确认充值

yj-dev^2
杨杰 2 years ago
parent f07e8f31c7
commit 8ce0a2b283
  1. 44
      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;
}
}
</style>
</style>
Loading…
Cancel
Save