Commit 82517911bbd235e1441a4045c118c5da588b7969
1 parent
2f1e718b
商品详情页面
Showing
1 changed file
with
1 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.js
... | ... | @@ -5097,7 +5097,7 @@ Page({ |
5097 | 5097 | }); |
5098 | 5098 | //拿取价格并且判断时间,并判断会员的身分-- |
5099 | 5099 | getApp().request.get("/api/weshop/teamlist/getUser/" + |
5100 | - os.stoid + "/" + prom_id+"/"+getApp().globalData.user_id, { | |
5100 | + os.stoid + "/" + prom_id+"/"+user_id, { | |
5101 | 5101 | success: async function (t) { |
5102 | 5102 | if (t.data.code != 0) { |
5103 | 5103 | ee.get_normal(gid); | ... | ... |