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
deaf2b2599d1b7f0ed6117a13710f060675aa2ad
Authored by
泉州测试
2022-03-18 15:03:22 +0800
1 parent
30b25c02
fix:购物车问题
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
packageA/pages/cart2_ser/cart2_ser.js
packageA/pages/goodsInfo/goodsInfo.js
packageA/pages/cart2_ser/cart2_ser.js
View file @
deaf2b2
...
...
@@ -484,6 +484,8 @@ Page({
484
484
'price': gg.money,
485
485
'pickup_id': gg.pick_id,
486
486
'pickup_keyid': list[i].keyid,
487
+ 'prom_type': gg.prom_type, //促销活动类型
488
+ 'prom_id': gg.prom_id, //促销活动id
487
489
};
488
490
//--导购分享过来的id--
489
491
if (gg.guide_id) {
...
...
packageA/pages/goodsInfo/goodsInfo.js
View file @
deaf2b2
...
...
@@ -905,7 +905,7 @@ Page({
905
905
906
906
if (cartGoodsNum >= redisNum) {
907
907
wx.showModal({
908
- title: '超出活动库存
2
',
908
+ title: '超出活动库存
',
909
909
});
910
910
th.setData({goodsInputNum: redisNum});
911
911
return false;
...
...