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