no message

This commit is contained in:
hellcat 2025-05-06 14:01:25 +08:00
parent a3408013c8
commit ce85903478

View File

@ -9,8 +9,8 @@
invoice_id: {$invoice->id}, invoice_id: {$invoice->id},
type: "wxpay", type: "wxpay",
redir: window.location.href redir: window.location.href
}'> }' style="width:100%;">
<img src="/images/wechat.png" height="50px" style="max-width:60%;"/> <img src="/images/wechat.png" width="156px"/>
</button> </button>
{/if} {/if}
{if $public_setting['epay_alipay']} {if $public_setting['epay_alipay']}
@ -21,8 +21,8 @@
invoice_id: {$invoice->id}, invoice_id: {$invoice->id},
type: "alipay", type: "alipay",
redir: window.location.href redir: window.location.href
}'> }' style="width:100%; margin-top:10px;">
<img src="/images/alipay.png" height="50px" style="max-width:60%;"/> <img src="/images/alipay.png" width="156px"/>
</button> </button>
{/if} {/if}
{if $public_setting['epay_qq']} {if $public_setting['epay_qq']}