Эх сурвалжийг харах

手机号忘记密码认证时,参数加上区号

cxmo 6 сар өмнө
parent
commit
86d25b41bf

+ 2 - 1
src/views/login_manage/ForgetPassModel.vue

@@ -244,7 +244,8 @@ export default {
                 VerifyCode:code,
                 UserName:this.form.account,
                 Mobile:this.checkWay==='mobile'?this.userMobile:'',
-                Email:this.checkWay==='email'?this.userEmail:''
+                Email:this.checkWay==='email'?this.userEmail:'',
+                TelAreaCode:this.checkWay==='mobile'?this.TelAreaCode:''
             }).then(res=>{
                 if(res.Ret!==200) return
                 this.goSteps()