Commit aa2529078984d5e478453f6ee20222b382ddae76

Authored by yvan.ni
1 parent a48a93e9

商品详情页面加入购物,同一件商品的bug优化

pages/goods/goodsInfo/goodsInfo.js
... ... @@ -769,6 +769,7 @@ Page({
769 769 id: item.id,
770 770 goods_num: e.data.goodsInputNum + item.goods_num,
771 771 goods_price: newd.goods_price,
  772 + store_id: th.data.stoid,
772 773 };
773 774  
774 775 i.put("/api/weshop/cart/update", {
... ...