|
|
@@ -81,7 +81,7 @@ export default{ |
|
|
|
return |
|
|
|
} |
|
|
|
this.LOADING('正在修改...') |
|
|
|
let res = this.HTTP_POST('learun/adms/user/updateMobile',{ |
|
|
|
let res = await this.HTTP_POST('learun/adms/user/updateMobile',{ |
|
|
|
mobile: this.phone, |
|
|
|
verifycode: this.verifycode, |
|
|
|
codeType: this.codeType |
|
|
|