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

@@ -95,6 +95,33 @@
<label class="col-sm-8 col-form-label">{{payFeeOrderConfirmInfo.remark}}</label>
</div>
<div v-if="payFeeOrderConfirmInfo.TranId " class="row">
<label class="col-sm-3 col-form-label">
<vc:i18n name="Tran Id" namespace="payFeeOrderConfirm"></vc:i18n>
</label>
<!-- 使用img标签展示二维码src绑定到ABAQRCode变量 -->
<!-- <img-->
<!-- class="col-sm-8"-->
<!-- :src="payFeeOrderConfirmInfo.ABAQRCode "-->
<!-- alt="ABA QR Code"-->
<!-- style="max-width: 200px; max-height: 200px;"-->
<!-- >-->
<span
v-if="payFeeOrderConfirmInfo.TranId!=null"
class="col-sm-8"
style="/* 可添加文字样式 */"
>
{{ payFeeOrderConfirmInfo.TranId }}
</span>
</div>
<div v-if="payFeeOrderConfirmInfo.ABAQRCode " class="row">
<label class="col-sm-3 col-form-label">
<vc:i18n name="ABA KHQR" namespace="payFeeOrderConfirm"></vc:i18n>