Update form_wechat.html

This commit is contained in:
邹景立 2022-11-21 17:08:26 +08:00
parent b7b3610b54
commit d92749b7d7

View File

@ -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}