Sfoglia il codice sorgente

h5 短信相关

西昌分支
yxq 4 mesi fa
parent
commit
5da898c5b4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 Vedi 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


Caricamento…
Annulla
Salva