diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/changePhone.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/changePhone.vue index f64c4b024..5f43d86c9 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/changePhone.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/changePhone.vue @@ -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