4
This commit is contained in:
Anfioo
2026-01-14 11:39:11 +08:00
parent f7f9df17f1
commit be079067e6
265 changed files with 1217 additions and 486 deletions

View File

@@ -59,7 +59,8 @@
integralQuantity: 0,
customStartTime: '',
customEndTime: '',
ABAQRCode: ""
ABAQRCode: "",
TranId: "",
},
isLoadData: false
},
@@ -515,6 +516,11 @@
// 处理成功逻辑将qrImage赋值给目标变量
$that.payFeeOrderInfo.ABAQRCode = response.qrImage;
console.log("response.status")
console.log(response.status)
console.log(response.status.tran_id)
$that.payFeeOrderInfo.TranId = response.status.tran_id;
console.log($that.payFeeOrderInfo.TranId)
vc.emit('payFeeOrderConfirm', 'openConfirm', $that.payFeeOrderInfo);
vc.emit('payFeeOrderConfirm', 'check', {