Commit 3d53295e authored by jiangjiantao's avatar jiangjiantao

bugfixed

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