浏览代码

h5 短信相关

西昌分支
yxq 7 个月前
父节点
当前提交
5da898c5b4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 查看文件

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


正在加载...
取消
保存