作者 潘浩文
1 个管道 的构建 通过 耗费 3 秒

1

... ... @@ -179,6 +179,9 @@
</div>
<div class="activetext">
<empty name="list" >
<p style="text-align: center">暂无内容</p>
</empty>
<foreach name="list" item="vo">
<a href="{:url('portal/active/activeDetail',array('id'=>$vo.id))}" style="text-decoration:none;">
<div>
... ... @@ -189,7 +192,7 @@
<p class="index_name">
{$vo.name}
</p>
<!--<p class="index_text">猛戳领取独家9折门票优惠券</p>-->
<p class="index_text" >{:date('Y-m-d',$vo.create_date);}</p>
</div>
</div>
</a>
... ...