Commit f158172854a7321d91d8a8ffddb3b06f34d7a1fc
1 parent
ac41ea78
优化专属导购
Showing
1 changed file
with
2 additions
and
0 deletions
packageE/pages/qy/contactMe/contactMe.js
@@ -107,6 +107,7 @@ Page({ | @@ -107,6 +107,7 @@ Page({ | ||
107 | }) | 107 | }) |
108 | this.getopenuserid(f_arr[2]) | 108 | this.getopenuserid(f_arr[2]) |
109 | }else{ | 109 | }else{ |
110 | + | ||
110 | wx.removeStorageSync('userinfo') | 111 | wx.removeStorageSync('userinfo') |
111 | wx.setStorageSync('qyzsdg', tt.scene) | 112 | wx.setStorageSync('qyzsdg', tt.scene) |
112 | wx.navigateTo({ | 113 | wx.navigateTo({ |
@@ -187,6 +188,7 @@ Page({ | @@ -187,6 +188,7 @@ Page({ | ||
187 | // let resdata=JSON.parse(res.data.data); | 188 | // let resdata=JSON.parse(res.data.data); |
188 | let openuserid = res.data.data.openuserid; | 189 | let openuserid = res.data.data.openuserid; |
189 | let skip_verify = res.data.data.skip_verify; | 190 | let skip_verify = res.data.data.skip_verify; |
191 | + getApp().globalData.guide_id=res.data.data.guide_id | ||
190 | this.setData({ | 192 | this.setData({ |
191 | openuserid, | 193 | openuserid, |
192 | skip_verify | 194 | skip_verify |