|
|
|
@ -85,6 +85,13 @@ text-indent:0;
|
|
|
|
|
<input type="hidden" id="sdk_version" name="sdk_version" value="{:I('sdk_version')}">
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="input-list input-list-platform">
|
|
|
|
|
<select id="server_type" name="server_type" >
|
|
|
|
|
<option value="">混服管理</option>
|
|
|
|
|
<option value="1">专服</option>
|
|
|
|
|
<option value="2">混服</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<empty name="show_status">
|
|
|
|
|
<div class="input-list input-list input-list-platform">
|
|
|
|
|
<select id="recommend_status" name="recommend_status">
|
|
|
|
@ -127,6 +134,7 @@ text-indent:0;
|
|
|
|
|
<th>游戏ID</th>
|
|
|
|
|
<th>游戏名称</th>
|
|
|
|
|
<th>运营平台</th>
|
|
|
|
|
<th>混服管理</th>
|
|
|
|
|
<th>游戏类型</th>
|
|
|
|
|
<th>游戏Appid</th>
|
|
|
|
|
<th>推荐状态</th>
|
|
|
|
@ -150,6 +158,7 @@ text-indent:0;
|
|
|
|
|
<td>{$data.id}</td>
|
|
|
|
|
<td>{$data.game_name}</td>
|
|
|
|
|
<td class="">{:get_systems_name($data['sdk_version'])}</td>
|
|
|
|
|
<td>{:getServerType($data['server_type'])}</td>
|
|
|
|
|
|
|
|
|
|
<td>{:get_game_type_name($data['game_type_id'])}</td>
|
|
|
|
|
<td>{$data.game_appid}</td>
|
|
|
|
|