Commit 3d53295e authored by jiangjiantao's avatar jiangjiantao

bugfixed

parent 290fa64d
...@@ -707,14 +707,17 @@ Page({ ...@@ -707,14 +707,17 @@ Page({
totalPrice: 0.00, totalPrice: 0.00,
//折扣 //折扣
totalDisc: 0.00, totalDisc: 0.00,
goods: [ goods: [],
],
discCouponState: 0, discCouponState: 0,
discCouponMsg: "", discCouponMsg: "",
discCouponPrice: 0, discCouponPrice: 0,
}) })
if(this.data.goods.length == 0){
this.showToast("我草")
}
var commonRequest = { var commonRequest = {
action: ACTION_GO_SCAN, action: ACTION_GO_SCAN,
data: { printEnabled: this.data.printEnabled } data: { printEnabled: this.data.printEnabled }
......
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