Commit 935e29307d207ea6de25b381e23c8d06985c8337
1 parent
10c37082
小程序会员中心分享未获取导购相应的归属门店。
Showing
1 changed file
with
1 additions
and
0 deletions
pages/user/index/index.js
@@ -562,6 +562,7 @@ Page({ | @@ -562,6 +562,7 @@ Page({ | ||
562 | getApp().globalData.no_clear = 1; | 562 | getApp().globalData.no_clear = 1; |
563 | var url = "/pages/user/index/index"; | 563 | var url = "/pages/user/index/index"; |
564 | 564 | ||
565 | + var userInfo = getApp().globalData.userInfo; | ||
565 | if (userInfo) { | 566 | if (userInfo) { |
566 | url += "?first_leader=" + getApp().globalData.user_id; | 567 | url += "?first_leader=" + getApp().globalData.user_id; |
567 | } | 568 | } |