diff --git a/pages/process/payment/index.js b/pages/process/payment/index.js index 4814ec9..9eaf9f7 100644 --- a/pages/process/payment/index.js +++ b/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 => { })