切换导航条
此项目
正在载入...
登录
王晓刚
/
advertising
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
王晓刚
5 years ago
提交
afd2b961d03063f1ecdc34a525f89b5c94274a9b
1 个父辈
2995a8a5
1 个管道 的构建
通过
耗费 1 秒
我的钱包
变更
2
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
application/home/controller/Collect.php
application/home/view/collect/index.html
application/home/controller/Collect.php
查看文件 @
afd2b96
...
...
@@ -30,7 +30,7 @@ class Collect extends WechatBase
public
function
index
(){
$data
=
Db
::
name
(
'collect'
)
->
alias
(
'c'
)
->
field
(
'g.*,c.id as c_id
,c.createtime
'
)
->
field
(
'g.*,c.id as c_id'
)
->
join
(
'fa_goods g'
,
'g.id = c.goods_id'
)
->
where
([
'c.user_id'
=>
$this
->
user_id
])
->
order
(
'c.id desc'
)
->
page
(
1
,
5
)
->
select
();
$this
->
assign
(
'data'
,
$data
);
...
...
application/home/view/collect/index.html
查看文件 @
afd2b96
...
...
@@ -21,7 +21,7 @@
<div
class=
"single_title"
>
{$vo.goods_name}
</div>
<div
class=
"single_coupon"
>
{$vo.exp}红包券
</div>
<div
class=
"layout justify flex_row align_center"
>
<div
class=
"single_date"
>
截止日期: {:date('Y-m-d',$vo.
create
time)}
</div>
<div
class=
"single_date"
>
截止日期: {:date('Y-m-d',$vo.
end_
time)}
</div>
<a
class=
"single_btn"
href=
"{:url('home/goods/detail',array('goods_id'=>$vo['id']))}"
>
查看详情
</a>
</div>
</div>
...
...
请
注册
或
登录
后发表评论