Commit 0f960473e075cfafabc3815ab80be898ecfd22fb

Authored by antploy
1 parent 7d341fc7

组合购滚动加载报错优化

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