Quellcode durchsuchen

bug修复

master
suizhijia vor 5 Jahren
Ursprung
Commit
4c8f5b1c48
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      496_dongfengqichen/pages/mobileVerification/mobileVerification.js

+ 1
- 0
496_dongfengqichen/pages/mobileVerification/mobileVerification.js Datei anzeigen

@@ -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'

Laden…
Abbrechen
Speichern