Commit dc19752659e85d30a100dbae8ca7c20c0738f9ea
Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev
Showing
1 changed file
with
1 additions
and
1 deletions
packageB/pages/zuhegou/index/index.js
@@ -2004,7 +2004,7 @@ Page({ | @@ -2004,7 +2004,7 @@ Page({ | ||
2004 | await getApp().request.promiseGet("/api/weshop/ordergoods/getUserBuyGoodsNum", { | 2004 | await getApp().request.promiseGet("/api/weshop/ordergoods/getUserBuyGoodsNum", { |
2005 | data: { | 2005 | data: { |
2006 | store_id: os.stoid, | 2006 | store_id: os.stoid, |
2007 | - user_id: user_id, | 2007 | + user_id: oo.user_id, |
2008 | goods_id: item_j.goods_id, | 2008 | goods_id: item_j.goods_id, |
2009 | prom_type: 7, | 2009 | prom_type: 7, |
2010 | prom_id: th.data.act.id | 2010 | prom_id: th.data.act.id |