Commit 46d02465fc2f4a9b6fca3c3e2c686c1498954111

Authored by WXD-SEASON\season
2 parents 5c70b1f0 e802e590

Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into test

Showing 1 changed file with 0 additions and 2 deletions
pages/cart/cart/cart.js
... ... @@ -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;
... ...