no message

This commit is contained in:
hellcat 2025-06-24 17:17:40 +08:00
parent 65aeb9bf7a
commit 0e05fe4ac8

View File

@ -14,7 +14,7 @@
</button> </button>
{/if} {/if}
{if $public_setting['epay_alipay']} {if $public_setting['epay_alipay']}
<button class="btn btn-flat waves-attach" <button type="button" class="btn btn-flat waves-attach"
hx-post="/user/payment/purchase/epay" hx-swap="none" hx-post="/user/payment/purchase/epay" hx-swap="none"
hx-vals='js:{ hx-vals='js:{
price: {$invoice->price}, price: {$invoice->price},
@ -26,7 +26,7 @@
</button> </button>
{/if} {/if}
{if $public_setting['epay_qq']} {if $public_setting['epay_qq']}
<button class="btn btn-flat waves-attach" <button type="button" class="btn btn-flat waves-attach"
hx-post="/user/payment/purchase/epay" hx-swap="none" hx-post="/user/payment/purchase/epay" hx-swap="none"
hx-vals='js:{ hx-vals='js:{
price: {$invoice->price}, price: {$invoice->price},
@ -38,7 +38,7 @@
</button> </button>
{/if} {/if}
{if $public_setting['epay_usdt']} {if $public_setting['epay_usdt']}
<button class="btn btn-flat waves-attach" <button type="button" class="btn btn-flat waves-attach"
hx-post="/user/payment/purchase/epay" hx-swap="none" hx-post="/user/payment/purchase/epay" hx-swap="none"
hx-vals='js:{ hx-vals='js:{
price: {$invoice->price}, price: {$invoice->price},