Commit 65b6bbc05bfb253965dccaaa746be5d55a5082fa

Authored by yvan.ni
1 parent 8047a4f8

分享回来的bug优化

pages/giftpack/giftpacklist/giftpacklist.js
... ... @@ -114,7 +114,7 @@ Page({
114 114 })
115 115  
116 116 if(!options.lbId && options.scene){
117   - var gid_str = decodeURIComponent(t.scene);
  117 + var gid_str = decodeURIComponent(options.scene);
118 118 gid_str = gid_str.split("_");
119 119  
120 120 options.lbId=gid_str[0];
... ...