-
Status changed to merged
-
mentioned in commit d136056cc433ce36e7b33b9f39d9673d0c830e1f
Showing
1 changed file
pages/goods/goodsInfo/goodsInfo.js
@@ -214,13 +214,13 @@ Page({ | @@ -214,13 +214,13 @@ Page({ | ||
214 | 214 | ||
215 | //如果tg_id是空的话,分享回来 | 215 | //如果tg_id是空的话,分享回来 |
216 | if (gid == undefined || gid == null || gid == "") { | 216 | if (gid == undefined || gid == null || gid == "") { |
217 | - gid = decodeURIComponent(postdata.scene); | 217 | + gid = decodeURIComponent(t.scene); |
218 | } | 218 | } |
219 | 219 | ||
220 | ee.setData({ | 220 | ee.setData({ |
221 | gid: gid | 221 | gid: gid |
222 | }); | 222 | }); |
223 | - | 223 | +t |
224 | 224 | ||
225 | getApp().getConfig2(function (e) { | 225 | getApp().getConfig2(function (e) { |
226 | if (e.categoryset.indexOf("," + 1 + ",") != -1) { ee.setData({ is_show_pl: 1 }); } | 226 | if (e.categoryset.indexOf("," + 1 + ",") != -1) { ee.setData({ is_show_pl: 1 }); } |