wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
65b6bbc05bfb253965dccaaa746be5d55a5082fa
Authored by
yvan.ni
2022-08-23 09:52:01 +0800
1 parent
8047a4f8
分享回来的bug优化
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/giftpack/giftpacklist/giftpacklist.js
pages/giftpack/giftpacklist/giftpacklist.js
View file @
65b6bbc
...
...
@@ -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];
...
...