更改 返回验证码错误
This commit is contained in:
@@ -436,7 +436,7 @@
|
|||||||
},
|
},
|
||||||
// 修改后的下一步
|
// 修改后的下一步
|
||||||
async szzpyaddinvoicersendsms() {
|
async szzpyaddinvoicersendsms() {
|
||||||
this.codelang = this.addform.code
|
this.addform.code = this.codelang
|
||||||
let res = await this.api.szzpyaddinvoicersendsms(this.addform)
|
let res = await this.api.szzpyaddinvoicersendsms(this.addform)
|
||||||
if (res.code == 1) {
|
if (res.code == 1) {
|
||||||
this.showpopup = false
|
this.showpopup = false
|
||||||
|
|||||||
@@ -122,13 +122,13 @@
|
|||||||
}
|
}
|
||||||
} catch (e) {}
|
} catch (e) {}
|
||||||
} else {
|
} else {
|
||||||
this.form.body = e.id
|
this.form.body = e.id ? e.id : e.body
|
||||||
}
|
}
|
||||||
// 获取开票抬头
|
// 获取开票抬头
|
||||||
// 这是H5
|
// 这是H5
|
||||||
// #ifdef H5
|
// #ifdef H5
|
||||||
this.getInvoiceList()
|
this.getInvoiceList()
|
||||||
this.form.body = e.id
|
this.form.body = e.id ? e.id : e.body
|
||||||
this.form.open_id = e.open_id
|
this.form.open_id = e.open_id
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user