소스 검색

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…
취소
저장