Commit 54d5e857 authored by gaodapeng's avatar gaodapeng

修改收款时的提示

parent c0cfe502
...@@ -997,6 +997,9 @@ Page({ ...@@ -997,6 +997,9 @@ Page({
var amount = miyapay.fen2Yuan(miyapay.yuan2Fen(this.data.totalPrice) - miyapay.yuan2Fen(this.data.discCouponPrice)); var amount = miyapay.fen2Yuan(miyapay.yuan2Fen(this.data.totalPrice) - miyapay.yuan2Fen(this.data.discCouponPrice));
this.setData({ this.setData({
waitOperateAmount: amount, waitOperateAmount: amount,
waitOperateRemindText: "等待顾客付款…",
waitOperateCancelText: "取消收款",
waitOperateMoneyRemind: "应收款:",
}); });
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment