Browse Source

no message

feature/v1.6
xpz2018 4 years ago
parent
commit
f10f84cf4b
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/process/payment/index.js

2
pages/process/payment/index.js

@ -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 => {
})

Loading…
Cancel
Save