Browse Source

h5 短信相关

西昌分支
yxq 4 months ago
parent
commit
5da898c5b4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/changePhone.vue

+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/my/changePhone.vue View File

@@ -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


Loading…
Cancel
Save