ソースを参照

bug修复

master
suizhijia 5年前
コミット
4c8f5b1c48
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      496_dongfengqichen/pages/mobileVerification/mobileVerification.js

+ 1
- 0
496_dongfengqichen/pages/mobileVerification/mobileVerification.js ファイルの表示

@@ -284,6 +284,7 @@ Page({
wx.setStorageSync('userMobile', this.data.mobileText);
app.globalData.userMobile = this.data.mobileText;
if (res.data != null) {
app.globalData.authenticationStatus = res.data;
app.globalData.certificationState = res.data.certificationState;
wx.redirectTo({
url: '../scout/scout'

読み込み中…
キャンセル
保存