更改 返回验证码错误
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user