|
|
|
|
|
|
|
|
wx.setStorageSync('userMobile', this.data.mobileText); |
|
|
wx.setStorageSync('userMobile', this.data.mobileText); |
|
|
app.globalData.userMobile = this.data.mobileText; |
|
|
app.globalData.userMobile = this.data.mobileText; |
|
|
if (res.data != null) { |
|
|
if (res.data != null) { |
|
|
|
|
|
app.globalData.authenticationStatus = res.data; |
|
|
app.globalData.certificationState = res.data.certificationState; |
|
|
app.globalData.certificationState = res.data.certificationState; |
|
|
wx.redirectTo({ |
|
|
wx.redirectTo({ |
|
|
url: '../scout/scout' |
|
|
url: '../scout/scout' |