From 5da898c5b407b76c7ba86444fb8a62de09175f59 Mon Sep 17 00:00:00 2001 From: yxq Date: Fri, 5 Jul 2024 14:22:36 +0800 Subject: [PATCH] =?UTF-8?q?h5=20=E7=9F=AD=E4=BF=A1=E7=9B=B8=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LearunApp-2.2.0/pages/my/changePhone.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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