|
|
|
@ -75,6 +75,14 @@
|
|
|
|
|
<div class="input-list">
|
|
|
|
|
<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="会长账号">
|
|
|
|
|
<option value="">类型</option>
|
|
|
|
|
<?php foreach($types as $index => $item):?>
|
|
|
|
|
<option value="{$index}" <?php if (I('type') == $index):?>selected<?php endif;?> >{$item}</option>
|
|
|
|
|
<?php endforeach;?>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="input-list">
|
|
|
|
|
<a class="sch-btn" href="javascript:;" id="search"
|
|
|
|
|
url="{:U('Statistics/packuserdownload','model='.$model['name'] . '&row=' . I('row'),false)}">
|
|
|
|
|