Commit ad3732f20bc2ae4463e6a28219b6caefb80fa3b3
1 parent
dd5105b4
秒杀优化参与预存
Showing
1 changed file
with
4 additions
and
0 deletions
packageE/pages/cart/cart2/cart2.js
... | ... | @@ -4398,6 +4398,10 @@ Page({ |
4398 | 4398 | goods_sn: th.data.bn_goods.goods_sn, |
4399 | 4399 | goods_price: th.data.bn_goods.shop_price || th.data.bn_goods.goods_price, |
4400 | 4400 | goods_num: th.data.bn_goods.buynum || th.data.bn_goods.goods_num, |
4401 | + | |
4402 | + account_fir:th.data.bn_goods.shop_price || th.data.bn_goods.goods_price, | |
4403 | + account_yu_fir:0 | |
4404 | + | |
4401 | 4405 | }], |
4402 | 4406 | sto: { |
4403 | 4407 | keyid: th.data.bn_goods.keyid | ... | ... |