Merge pull request 'feature/more_payment' (#565) from feature/more_payment into master

Reviewed-on: http://8.136.139.249:3000/wmtx/platform/pulls/565
master
廖金灵 3 years ago
commit 4ab15dfea4

@ -132,6 +132,7 @@
<!--<th>角色名</th>-->
<th>登录时间</th>
<th>最后登录IP</th>
<th>设备号</th>
<th>操作</th>
</tr>
</thead>
@ -156,6 +157,7 @@
<!--<td>{$data['game_player_name']}</td>-->
<td><empty name='data["login_time"]'>--<else/>{$data.login_time|date='Y-m-d H:i:s',###}</empty> </td>
<td>{$data.login_ip}</td>
<td>{$data.device_number}</td>
<td><a class="confirm ajax-get" href="{:U('Member/del?id='.$data['id'])}">删除</a>
</td>
</tr>
@ -163,7 +165,7 @@
<if condition="$rule_count_check">
<tr>
<td colspan="2">合计</td>
<td colspan="4">&#12288;&#12288;登录玩家:{$user_count}人 </td>
<td colspan="5">&#12288;&#12288;登录玩家:{$user_count}人 </td>
</tr>
</if>
</empty>

Loading…
Cancel
Save