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 | 107 | }) |
| 108 | 108 | this.getopenuserid(f_arr[2]) |
| 109 | 109 | }else{ |
| 110 | + | |
| 110 | 111 | wx.removeStorageSync('userinfo') |
| 111 | 112 | wx.setStorageSync('qyzsdg', tt.scene) |
| 112 | 113 | wx.navigateTo({ |
| ... | ... | @@ -187,6 +188,7 @@ Page({ |
| 187 | 188 | // let resdata=JSON.parse(res.data.data); |
| 188 | 189 | let openuserid = res.data.data.openuserid; |
| 189 | 190 | let skip_verify = res.data.data.skip_verify; |
| 191 | + getApp().globalData.guide_id=res.data.data.guide_id | |
| 190 | 192 | this.setData({ |
| 191 | 193 | openuserid, |
| 192 | 194 | skip_verify | ... | ... |