瀏覽代碼

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'

Loading…
取消
儲存