Commit c94529d1 authored by jiangjiantao's avatar jiangjiantao

bugfix

parent c228b6f2
...@@ -777,7 +777,7 @@ Page({ ...@@ -777,7 +777,7 @@ Page({
//后屏跳转 //后屏跳转
this.goPage('waitoperate'); this.goPage('waitoperate');
var amount = this.data.totalPrice - this.data.totalDisc; var amount = this.data.totalPrice - this.data.discCouponPrice;
this.setData({ this.setData({
waitOperateAmount: amount, waitOperateAmount: amount,
}); });
...@@ -793,7 +793,7 @@ Page({ ...@@ -793,7 +793,7 @@ Page({
target: getApp().globalData.frontScreenAppId, target: getApp().globalData.frontScreenAppId,
data: { data: {
action: ACTION_GO_SCAN, action: ACTION_GO_SCAN,
data: null data: this.data
}, },
success: (res) => { success: (res) => {
console.log("通知前屏跳转到结算页面 成功 ===》" + JSON.stringify(res)); console.log("通知前屏跳转到结算页面 成功 ===》" + JSON.stringify(res));
......
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