Merge branch 'feature/download_type_list' of wmtx/platform into release

问题修复
master
廖金灵 5 years ago committed by Gogs
commit bf80a2d99a

@ -43,6 +43,7 @@
<div class="input-list search-title-box">
<label>搜索:</label>
<input type="hidden" name="pid" value="{:I('pid')}">
<input type="hidden" name="level" value="{:I('level')}">
</div>
<div class="input-list" >
<input type="text" id="time-start" name="create_time_start" class="" value="{:I('create_time_start')}" placeholder="创建开始时间" />

@ -76,7 +76,7 @@
<input type="text" id='user_account' name='user_account' value="{:I('user_account')}" placeholder="玩家账号">
</div>
<div class="input-list input-list-game search_label_rehab">
<select id="type" class="select_gallery promote-id" name="type" data-title="会长账号">
<select id="type" class="select_gallery" name="type" data-title="会长账号">
<option value="">类型</option>
<?php foreach($types as $index => $item):?>
<option value="{$index}" <?php if (I('type') == $index):?>selected<?php endif;?> >{$item}</option>

Loading…
Cancel
Save