Commit e802e590ad43b6d71fe7f561d666a58b76194b3e
1 parent
b5faf620
1、购物车的优化,
Showing
1 changed file
with
0 additions
and
2 deletions
pages/cart/cart/cart.js
@@ -2900,8 +2900,6 @@ Page({ | @@ -2900,8 +2900,6 @@ Page({ | ||
2900 | ob = res; | 2900 | ob = res; |
2901 | }); | 2901 | }); |
2902 | cQty=ob.CanOutQty; | 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 | var is_showing=0; | 2905 | var is_showing=0; |