Commit cf80008c authored by jiangjiantao's avatar jiangjiantao

bugfixed

parent 158d73ea
...@@ -397,6 +397,18 @@ Page({ ...@@ -397,6 +397,18 @@ Page({
//跳转到收银页面 //跳转到收银页面
sendGoToCollections() { sendGoToCollections() {
//首先清除数据
this.setData({
totalQuantity: 0,
//折后价格
totalPrice: 0.00,
//折扣
totalDisc: 0.00,
goods: [
],
})
var commonRequest = { var commonRequest = {
action: ACTION_GO_SCAN, action: ACTION_GO_SCAN,
data: null data: null
......
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