Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
maf
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ccb1b4cf
authored
Jan 19, 2020
by
doszhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dos
parent
98e1b954
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
10 deletions
+15
-10
Application/Admin/View/default/Info_index.tpl
+15
-10
No files found.
Application/Admin/View/default/Info_index.tpl
View file @
ccb1b4cf
...
...
@@ -26,24 +26,18 @@
<table
class=
"table table-striped table-bordered"
id=
"users_table"
>
<thead>
<tr>
<th>
ID
</th>
<th>
微信昵称
</th>
<th>
微信头像
</th>
<th>
来源
</th>
<th>
姓名
</th>
<th>
电话
</th>
<th>
时间
</th>
<th>
来源
</th>
<th>
微信昵称
</th>
<th>
微信头像
</th>
</tr>
</thead>
<tbody
class=
"text-left"
>
{:foreach from=$list item=item}
<tr>
<td>
{:$item['id']}
</td>
<td>
{:$item['nickname']}
</td>
<td><img
class=
"headimgUrl"
style=
"width:100px;height:100px;object-fit:contain;"
src=
"{:$item['headimgurl']}"
/></td>
<td>
{:$item['name']}
</td>
<td>
{:$item['tel']}
</td>
<td>
{:$item.submit_time|date_format:'%Y-%m-%d %H:%M:%S'}
</td>
<td>
{:if $item['uid'] == "weibo"}
微博
...
...
@@ -51,6 +45,17 @@
微信
{:/if}
</td>
<td>
{:$item['name']}
</td>
<td>
{:$item['tel']}
</td>
<td>
{:$item.submit_time|date_format:'%Y-%m-%d %H:%M:%S'}
</td>
<td>
{:if $item['uid'] != "weibo"}
{:$item['nickname']}
</td>
{:/if}
<td>
{:if $item['uid'] != "weibo"}
<img
class=
"headimgUrl"
style=
"width:100px;height:100px;object-fit:contain;"
src=
"{:$item['headimgurl']}"
/></td>
{:/if}
</tr>
{:/foreach}
</tbody>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment