|
@@ -196,8 +196,9 @@ export default {
|
|
|
div.removeChild(pObjs[i]);
|
|
|
}
|
|
|
topScanPayApi(this.formSubmit).then(response => {
|
|
|
- this.creatQrCode(response.data)
|
|
|
+ this.creatQrCode(response.data)
|
|
|
})
|
|
|
+ this.loading = false
|
|
|
// scanPayQr(this.form).then(response => {
|
|
|
// this.codeUrl = "data:image/gif;base64," + response.msg;
|
|
|
// this.msgSuccess("已生成支付二维码,请扫描二维码进行支付。");
|