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