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
ea3b090d6cc86db4cf7f6f18ef35c858ef5dd553
Authored by
yvan.ni
2021-12-23 09:57:11 +0800
1 parent
98d75c07
分享的ID
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
pages/giftpack/giftpacklist/giftpacklist.js
pages/giftpack/giftpacklist/giftpacklist.js
View file @
ea3b090
...
...
@@ -39,6 +39,8 @@ Page({
39
39
orderSn: options.orderSn,
40
40
getUserID: d.user_id,
41
41
})
42
+
43
+ if(options.lbId) th.data.lbId=options.lbId;
42
44
//-- 获取分享人的ID --
43
45
var first_leader = options.first_leader || getApp().globalData.first_leader;
44
46
if (first_leader) {
...
...