mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 13:09:38 +08:00
1
This commit is contained in:
parent
b4a0dc7ba3
commit
003bb020b9
@ -188,9 +188,16 @@ Page({
|
||||
}).then(res => {
|
||||
console.log('saveMeetingRecordRq', res);
|
||||
if (res.code == 0) {
|
||||
// 支付金额大于0,需要付款
|
||||
if (_this.data.totalAmount > 0) {
|
||||
wx.redirectTo({
|
||||
url: "/pages/meeting/pay/waitPay/waitPay?id=" + res.reservationId,
|
||||
})
|
||||
} else {
|
||||
wx.reLaunch({
|
||||
url: '/pages/meeting/reservationRecord/meetingRecord/meetingRecord',
|
||||
})
|
||||
}
|
||||
} else {
|
||||
// 错误提示
|
||||
Notify({
|
||||
|
Loading…
x
Reference in New Issue
Block a user