Commit 82517911bbd235e1441a4045c118c5da588b7969

Authored by yvan.ni
1 parent 2f1e718b

商品详情页面

pages/goods/goodsInfo/goodsInfo.js
@@ -5097,7 +5097,7 @@ Page({ @@ -5097,7 +5097,7 @@ Page({
5097 }); 5097 });
5098 //拿取价格并且判断时间,并判断会员的身分-- 5098 //拿取价格并且判断时间,并判断会员的身分--
5099 getApp().request.get("/api/weshop/teamlist/getUser/" + 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 success: async function (t) { 5101 success: async function (t) {
5102 if (t.data.code != 0) { 5102 if (t.data.code != 0) {
5103 ee.get_normal(gid); 5103 ee.get_normal(gid);