no message
This commit is contained in:
parent
65aeb9bf7a
commit
0e05fe4ac8
@ -14,7 +14,7 @@
|
||||
</button>
|
||||
{/if}
|
||||
{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-vals='js:{
|
||||
price: {$invoice->price},
|
||||
@ -26,7 +26,7 @@
|
||||
</button>
|
||||
{/if}
|
||||
{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-vals='js:{
|
||||
price: {$invoice->price},
|
||||
@ -38,7 +38,7 @@
|
||||
</button>
|
||||
{/if}
|
||||
{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-vals='js:{
|
||||
price: {$invoice->price},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user