Commit 4169b063 authored by jiangjiantao's avatar jiangjiantao

bugfix

parent 7274b6f5
......@@ -182,7 +182,7 @@ Page({
quantitytemp = quantitytemp + item.quantity
pricetemp = pricetemp + item.price
})
this.setData({totalQuantity:quantitytemp,totalPrice:pricetemp+''})
this.setData({totalQuantity:quantitytemp,totalPrice:pricetemp})
//数据同步到前屏
this.sendGoodInfoToFront()
},
......
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