From f158172854a7321d91d8a8ffddb3b06f34d7a1fc Mon Sep 17 00:00:00 2001 From: luo <17530855@qq.com> Date: Fri, 18 Aug 2023 17:50:38 +0800 Subject: [PATCH] 优化专属导购 --- packageE/pages/qy/contactMe/contactMe.js | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/packageE/pages/qy/contactMe/contactMe.js b/packageE/pages/qy/contactMe/contactMe.js index cd6867a..3e97a2f 100644 --- a/packageE/pages/qy/contactMe/contactMe.js +++ b/packageE/pages/qy/contactMe/contactMe.js @@ -107,6 +107,7 @@ Page({ }) this.getopenuserid(f_arr[2]) }else{ + wx.removeStorageSync('userinfo') wx.setStorageSync('qyzsdg', tt.scene) wx.navigateTo({ @@ -187,6 +188,7 @@ Page({ // let resdata=JSON.parse(res.data.data); let openuserid = res.data.data.openuserid; let skip_verify = res.data.data.skip_verify; + getApp().globalData.guide_id=res.data.data.guide_id this.setData({ openuserid, skip_verify -- libgit2 0.21.4