fix: stabilize production payment flow
This commit is contained in:
@@ -87,6 +87,12 @@
|
||||
<span class="badge text-bg-secondary" id="recharge-status-badge">{{ current_order.status }}</span>
|
||||
</div>
|
||||
|
||||
{% if is_mock_payment_mode %}
|
||||
<div class="alert alert-warning" role="alert">
|
||||
当前为支付测试模式。下方二维码只用于联调订单创建、页面渲染和状态轮询,不能使用微信或支付宝真实付款。
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="row g-4 align-items-start">
|
||||
<div class="col-md-5">
|
||||
<canvas id="recharge-qr" class="border rounded bg-white p-2" width="240" height="240"></canvas>
|
||||
|
||||
Reference in New Issue
Block a user