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
e802e590ad43b6d71fe7f561d666a58b76194b3e
Authored by
yvan.ni
2023-06-19 11:20:22 +0800
1 parent
b5faf620
1、购物车的优化,
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
pages/cart/cart/cart.js
pages/cart/cart/cart.js
View file @
e802e59
...
...
@@ -2900,8 +2900,6 @@ Page({
2900
2900
ob = res;
2901
2901
});
2902
2902
cQty=ob.CanOutQty;
2903
- //-- 只获取相同门店,2的时候,因为是线下不同的门店,所以库存再不同门店是不一样的 --
2904
- if(th.data.sales_rules== 2) other_gd_num=th.get_goods_other(item, pitem,1);
2905
2903
}
2906
2904
2907
2905
var is_showing=0;
...
...