Commit 65a46f045a7142761d0ac1493de4fd14e861eaf9
1 parent
029896e9
保存图片海报~~
Showing
1 changed file
with
2 additions
and
2 deletions
packageC/pages/presell/goodsInfo/goodsInfo.js
@@ -294,7 +294,7 @@ Page({ | @@ -294,7 +294,7 @@ Page({ | ||
294 | if (gid == undefined || gid == null || gid == "") { | 294 | if (gid == undefined || gid == null || gid == "") { |
295 | var gid_str = decodeURIComponent(t.scene); | 295 | var gid_str = decodeURIComponent(t.scene); |
296 | gid_str = gid_str.split("_"); | 296 | gid_str = gid_str.split("_"); |
297 | - pre_id = gid_str[0]; | 297 | + gid = gid_str[0]; |
298 | if (gid_str.length > 1) { | 298 | if (gid_str.length > 1) { |
299 | pre_id = gid_str[1]; | 299 | pre_id = gid_str[1]; |
300 | first_leader = gid_str[2]; | 300 | first_leader = gid_str[2]; |
@@ -2696,7 +2696,7 @@ Page({ | @@ -2696,7 +2696,7 @@ Page({ | ||
2696 | var unit = that.data.screenWidth / 750 * 1.35; //基础单位, | 2696 | var unit = that.data.screenWidth / 750 * 1.35; //基础单位, |
2697 | var path2 = that.data.data.original_img; | 2697 | var path2 = that.data.data.original_img; |
2698 | 2698 | ||
2699 | - var scene = th.data.gid + "_"+th.data.pre_arr.id; | 2699 | + var scene = th.data.gid + "_"+th.data.presellList.id; |
2700 | var user_id = getApp().globalData.user_id ? getApp().globalData.user_id : 0; | 2700 | var user_id = getApp().globalData.user_id ? getApp().globalData.user_id : 0; |
2701 | if (user_id > 0) { | 2701 | if (user_id > 0) { |
2702 | scene += "_" + user_id; | 2702 | scene += "_" + user_id; |