no message
This commit is contained in:
parent
a3408013c8
commit
ce85903478
@ -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']}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user