切换导航条
此项目
正在载入...
登录
潘浩文
/
scoreshop
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
潘浩文
6 years ago
提交
bfe7e570125e11116f5565f3887ec7cd4dd37c25
1 个父辈
d09e0869
1 个管道 的构建
通过
耗费 0 秒
1
变更
4
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
4 个修改的文件
包含
5 行增加
和
3 行删除
app/portal/controller/AdminCommentController.php
public/themes/admin_simpleboot3/portal/admin_comment/index.html
public/themes/admin_simpleboot3/portal/admin_comment/index2.html
public/themes/admin_simpleboot3/portal/admin_comment/index3.html
app/portal/controller/AdminCommentController.php
查看文件 @
bfe7e57
...
...
@@ -66,6 +66,7 @@ class AdminCommentController extends AdminBaseController
->
join
(
'active a'
,
'c.cid=a.id'
)
->
join
(
'users u'
,
'c.users_id=u.id'
)
->
where
(
'c.status'
,
2
)
->
field
(
'u.*,b.name,c.*'
)
->
paginate
(
'15'
);
$this
->
assign
(
'list'
,
$data
);
$this
->
assign
(
'page'
,
$data
->
render
());
...
...
@@ -78,6 +79,7 @@ class AdminCommentController extends AdminBaseController
->
join
(
'prize p'
,
'c.cid=p.id'
)
->
join
(
'users u'
,
'c.users_id=u.id'
)
->
where
(
'c.status'
,
3
)
->
field
(
'u.*,b.name,c.*'
)
->
paginate
(
'15'
);
$this
->
assign
(
'list'
,
$data
);
$this
->
assign
(
'page'
,
$data
->
render
());
...
...
public/themes/admin_simpleboot3/portal/admin_comment/index.html
查看文件 @
bfe7e57
...
...
@@ -29,7 +29,7 @@
<td>
{$vo.name}
</td>
<td>
{$vo.nickname}
</td>
<td>
{$vo.mobile}
</td>
<td>
{:cmf_get_image_preview_url($vo.avatar)}
</td>
<td>
<img
width=
"25"
height=
"25"
src=
"{:cmf_get_image_preview_url($vo.avatar)}"
onclick=
"parent.imagePreviewDialog(this.src);"
/>
</td>
<td>
{$vo.content}
</td>
<td>
{:date('Y-m-d H:i',$vo['create_time'])}
</td>
<td>
...
...
public/themes/admin_simpleboot3/portal/admin_comment/index2.html
查看文件 @
bfe7e57
...
...
@@ -29,7 +29,7 @@
<td>
{$vo.name}
</td>
<td>
{$vo.nickname}
</td>
<td>
{$vo.mobile}
</td>
<td>
{:cmf_get_image_preview_url($vo.avatar)}
</td>
<td>
<img
width=
"25"
height=
"25"
src=
"{:cmf_get_image_preview_url($vo.avatar)}"
onclick=
"parent.imagePreviewDialog(this.src);"
/>
</td>
<td>
{$vo.content}
</td>
<td>
{:date('Y-m-d H:i',$vo['create_time'])}
</td>
<td>
...
...
public/themes/admin_simpleboot3/portal/admin_comment/index3.html
查看文件 @
bfe7e57
...
...
@@ -29,7 +29,7 @@
<td>
{$vo.name}
</td>
<td>
{$vo.nickname}
</td>
<td>
{$vo.mobile}
</td>
<td>
{:cmf_get_image_preview_url($vo.avatar)}
</td>
<td>
<img
width=
"25"
height=
"25"
src=
"{:cmf_get_image_preview_url($vo.avatar)}"
onclick=
"parent.imagePreviewDialog(this.src);"
/>
</td>
<td>
{$vo.content}
</td>
<td>
{:date('Y-m-d H:i',$vo['create_time'])}
</td>
<td>
...
...
请
注册
或
登录
后发表评论