管理后台->用户->玩家组->角色查询--更新

master
chenxiaojun 5 years ago
commit 925d80ac66

@ -589,12 +589,9 @@ function think_ucenter_md5($str, $key = 'ThinkUCenter'){
$this->assign('list', $list); $this->assign('list', $list);
$this->meta_title = '角色数据'; $this->meta_title = '角色数据';
$this->m_title = '角色查询'; $this->m_title = '角色查询';
$this->assign('commonset',M('Kuaijieicon')->where(['url'=>'User/rolelist','status'=>1])->find()); $this->assign('commonset',M('Kuaijieicon')->where(['url'=>'User/rolelist','status'=>1])->find());
$this->display(); $this->display();
} }

@ -106,7 +106,7 @@
<table class=""> <table class="">
<thead> <thead>
<tr> <tr>
<th class="">查询时间</th> <th class="">创角时间</th>
<th class="">玩家账号</th> <th class="">玩家账号</th>
<th class="">游戏名称</th> <th class="">游戏名称</th>
<th class="">游戏区服ID</th> <th class="">游戏区服ID</th>

Loading…
Cancel
Save