|
|
|
@ -204,7 +204,7 @@ Scene({ |
|
|
|
util.showToast('请选择要付款的订单') |
|
|
|
return |
|
|
|
} |
|
|
|
Dialog.confirm({ title: '温馨提示', message: '订单已经付款,在此进行确认?' }).then(() => { |
|
|
|
Dialog.confirm({ title: '温馨提示', message: '操作后不能撤销,确认付款吗?' }).then(() => { |
|
|
|
this.agentPayment(this.data.settleType) |
|
|
|
}).catch(err => { |
|
|
|
}) |
|
|
|
|