|
|
|
@ -91,6 +91,30 @@
|
|
|
|
|
<input type="text" class="" name="sort" value="{$data.sort|default=''}">
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l noticeinfo">游戏隐藏</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<input type="text" class="" name="game_status" value="{$data.game_status|default=''}">
|
|
|
|
|
<span class="notice-text" style="left:215px;">针对游戏id隐藏,多个用,隔开</span>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l noticeinfo">状态</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<span class="form_select">
|
|
|
|
|
<select name="status">
|
|
|
|
|
<if condition="$data['status'] == 1 || !isset($data['status'])">
|
|
|
|
|
<option value="1" selected="selected">显示</option>
|
|
|
|
|
<option value="0">隐藏</option>
|
|
|
|
|
<else />
|
|
|
|
|
<option value="0" selected="selected">隐藏</option>
|
|
|
|
|
<option value="1">显示</option>
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
</span>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr class="picbox">
|
|
|
|
|
<td class="l noticeinfo">菜单图标</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|