From ea3b090d6cc86db4cf7f6f18ef35c858ef5dd553 Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Thu, 23 Dec 2021 09:57:11 +0800 Subject: [PATCH] 分享的ID --- pages/giftpack/giftpacklist/giftpacklist.js | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/pages/giftpack/giftpacklist/giftpacklist.js b/pages/giftpack/giftpacklist/giftpacklist.js index 46f0caa..3c52c12 100644 --- a/pages/giftpack/giftpacklist/giftpacklist.js +++ b/pages/giftpack/giftpacklist/giftpacklist.js @@ -39,6 +39,8 @@ Page({ orderSn: options.orderSn, getUserID: d.user_id, }) + + if(options.lbId) th.data.lbId=options.lbId; //-- 获取分享人的ID -- var first_leader = options.first_leader || getApp().globalData.first_leader; if (first_leader) { -- libgit2 0.21.4