正在显示
1 个修改的文件
包含
2 行增加
和
21 行删除
@@ -22,13 +22,10 @@ | @@ -22,13 +22,10 @@ | ||
22 | <th>ID</th> | 22 | <th>ID</th> |
23 | <th>{:lang('NICENAME')}</th> | 23 | <th>{:lang('NICENAME')}</th> |
24 | <th>{:lang('AVATAR')}</th> | 24 | <th>{:lang('AVATAR')}</th> |
25 | - <th>{:lang('EMAIL')}</th> | ||
26 | <th>手机</th> | 25 | <th>手机</th> |
27 | <th>{:lang('REGISTRATION_TIME')}</th> | 26 | <th>{:lang('REGISTRATION_TIME')}</th> |
28 | - <th>{:lang('LAST_LOGIN_TIME')}</th> | ||
29 | - <th>{:lang('LAST_LOGIN_IP')}</th> | ||
30 | <th>{:lang('STATUS')}</th> | 27 | <th>{:lang('STATUS')}</th> |
31 | - <th>{:lang('ACTIONS')}</th> | 28 | + <th>余额</th> |
32 | </tr> | 29 | </tr> |
33 | </thead> | 30 | </thead> |
34 | <tbody> | 31 | <tbody> |
@@ -40,26 +37,10 @@ | @@ -40,26 +37,10 @@ | ||
40 | <td>{$vo.id}</td> | 37 | <td>{$vo.id}</td> |
41 | <td>{$vo['user_nickname']?$vo['user_nickname']:lang('NOT_FILLED')}</td> | 38 | <td>{$vo['user_nickname']?$vo['user_nickname']:lang('NOT_FILLED')}</td> |
42 | <td><img width="25" height="25" src="{:url('user/public/avatar',array('id'=>$vo['id']))}"/></td> | 39 | <td><img width="25" height="25" src="{:url('user/public/avatar',array('id'=>$vo['id']))}"/></td> |
43 | - <td>{$vo.user_email}</td> | ||
44 | <td>{$vo.tel}</td> | 40 | <td>{$vo.tel}</td> |
45 | <td>{:date('Y-m-d H:i:s',$vo['create_time'])}</td> | 41 | <td>{:date('Y-m-d H:i:s',$vo['create_time'])}</td> |
46 | - <td>{:date('Y-m-d H:i:s',$vo['last_login_time'])}</td> | ||
47 | - <td>{$vo.last_login_ip}</td> | ||
48 | <td>{$user_statuses[$vo['user_status']]}</td> | 42 | <td>{$user_statuses[$vo['user_status']]}</td> |
49 | - <td> | ||
50 | - <neq name="vo.id" value="1"> | ||
51 | - <empty name="vo.user_status"> | ||
52 | - <a href="{:url('adminIndex/cancelban',array('id'=>$vo['id']))}" | ||
53 | - class="js-ajax-dialog-btn" | ||
54 | - data-msg="{:lang('ACTIVATE_USER_CONFIRM_MESSAGE')}">{:lang('ACTIVATE_USER')}</a> | ||
55 | - <else/> | ||
56 | - <a href="{:url('adminIndex/ban',array('id'=>$vo['id']))}" class="js-ajax-dialog-btn" | ||
57 | - data-msg="{:lang('BLOCK_USER_CONFIRM_MESSAGE')}">{:lang('BLOCK_USER')}</a> | ||
58 | - </empty> | ||
59 | - <else/> | ||
60 | - <a style="color: #ccc;">{:lang('BLOCK_USER')}</a> | ||
61 | - </neq> | ||
62 | - </td> | 43 | + <td>{$vo.balance}</td> |
63 | </tr> | 44 | </tr> |
64 | </foreach> | 45 | </foreach> |
65 | </tbody> | 46 | </tbody> |
-
请 注册 或 登录 后发表评论