mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update form_wechat.html
This commit is contained in:
parent
b7b3610b54
commit
d92749b7d7
@ -14,7 +14,7 @@
|
||||
<span class="help-label label-required-prev"><b>支付接口版本</b>WeChat Payment Version</span>
|
||||
<div class="help-checks layui-textarea">
|
||||
{empty name='vo.content.wechat_type'}{assign name='vo.content.wechat_type' value='v2'}{/empty}
|
||||
{foreach ['v2'=>'V2','v3'=>'V3'] as $k=>$v}
|
||||
{foreach ['v2'=>'V2 旧版接口','v3'=>'V3 新版接口'] as $k=>$v}
|
||||
<label class="think-radio">
|
||||
{if isset($vo.content.wechat_type) and $vo.content.wechat_type eq $k}
|
||||
<input checked type="radio" name="wechat_type" lay-ignore value="{$k}"> {$v}
|
||||
|
Loading…
x
Reference in New Issue
Block a user