mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update payment.html
This commit is contained in:
parent
b1d48f3eb3
commit
802ceac20b
@ -33,7 +33,7 @@
|
||||
<div class="layui-form-item">
|
||||
<label class="layui-form-label"><b>MCH_CERT</b><br><span class="nowrap color-desc">微信商户证书</span></label>
|
||||
<div class="layui-input-block">
|
||||
{foreach ['none'=>'暂不使用支付证书', 'pem'=>'上传 PEM 证书', 'p12'=>'上传 P12 证书'] as $k=>$v}
|
||||
{foreach ['none'=>'暂不使用证书', 'pem'=>'上传 PEM 证书', 'p12'=>'上传 P12 证书'] as $k=>$v}
|
||||
<input type="radio" data-pem-type="{$k}" name="wechat.mch_ssl_type" value="{$k}" title="{$v}" lay-filter="data-mch-type">
|
||||
{/foreach}
|
||||
<div data-mch-type="none"></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user