Commit 65b6bbc05bfb253965dccaaa746be5d55a5082fa
1 parent
8047a4f8
分享回来的bug优化
Showing
1 changed file
with
1 additions
and
1 deletions
pages/giftpack/giftpacklist/giftpacklist.js
@@ -114,7 +114,7 @@ Page({ | @@ -114,7 +114,7 @@ Page({ | ||
114 | }) | 114 | }) |
115 | 115 | ||
116 | if(!options.lbId && options.scene){ | 116 | if(!options.lbId && options.scene){ |
117 | - var gid_str = decodeURIComponent(t.scene); | 117 | + var gid_str = decodeURIComponent(options.scene); |
118 | gid_str = gid_str.split("_"); | 118 | gid_str = gid_str.split("_"); |
119 | 119 | ||
120 | options.lbId=gid_str[0]; | 120 | options.lbId=gid_str[0]; |