|
@@ -158,8 +158,8 @@ text-decoration: none;
|
|
|
<div class="layui-form-item">
|
|
|
<label class="layui-form-label">是否推荐</label>
|
|
|
<div class="layui-input-block">
|
|
|
- <input type="radio" name="state" value="1" title="推荐" {if condition="$db['state'] eq 1"} checked {/if} >
|
|
|
- <input type="radio" name="state" value="0" title="不推荐" {if condition="$db['state'] eq 0"} checked {/if}>
|
|
|
+ <input type="radio" name="state" value="0" title="推荐" {if condition="$db['state'] eq 0"} checked {/if} >
|
|
|
+ <input type="radio" name="state" value="1" title="不推荐" {if condition="$db['state'] eq 1"} checked {/if}>
|
|
|
</div>
|
|
|
</div>
|
|
|
|