更改 返回验证码错误

This commit is contained in:
wwz
2025-02-26 15:46:05 +08:00
parent 38e0f9d222
commit d7eabb34d9
2 changed files with 3 additions and 3 deletions

View File

@@ -436,7 +436,7 @@
},
// 修改后的下一步
async szzpyaddinvoicersendsms() {
this.codelang = this.addform.code
this.addform.code = this.codelang
let res = await this.api.szzpyaddinvoicersendsms(this.addform)
if (res.code == 1) {
this.showpopup = false

View File

@@ -122,13 +122,13 @@
}
} catch (e) {}
} else {
this.form.body = e.id
this.form.body = e.id ? e.id : e.body
}
// 获取开票抬头
// 这是H5
// #ifdef H5
this.getInvoiceList()
this.form.body = e.id
this.form.body = e.id ? e.id : e.body
this.form.open_id = e.open_id
// #endif