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
935e29307d207ea6de25b381e23c8d06985c8337
Authored by
yvan.ni
2023-03-22 11:47:58 +0800
1 parent
10c37082
小程序会员中心分享未获取导购相应的归属门店。
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pages/user/index/index.js
pages/user/index/index.js
View file @
935e293
...
...
@@ -562,6 +562,7 @@ Page({
562
562
getApp().globalData.no_clear = 1;
563
563
var url = "/pages/user/index/index";
564
564
565
+ var userInfo = getApp().globalData.userInfo;
565
566
if (userInfo) {
566
567
url += "?first_leader=" + getApp().globalData.user_id;
567
568
}
...
...