wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
aa2529078984d5e478453f6ee20222b382ddae76
Authored by
yvan.ni
2019-09-28 15:26:52 +0800
1 parent
a48a93e9
商品详情页面加入购物,同一件商品的bug优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pages/goods/goodsInfo/goodsInfo.js
pages/goods/goodsInfo/goodsInfo.js
View file @
aa25290
...
...
@@ -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", {
...
...