From 2052727b9036cff498a82a6e511c850d6bc31211 Mon Sep 17 00:00:00 2001 From: 潘浩文 <phw@bronet.cn> Date: Tue, 23 Oct 2018 15:24:36 +0800 Subject: [PATCH] 1 --- public/themes/simpleboot3/portal/index.html | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/public/themes/simpleboot3/portal/index.html b/public/themes/simpleboot3/portal/index.html index fcbe6c2..b514366 100644 --- a/public/themes/simpleboot3/portal/index.html +++ b/public/themes/simpleboot3/portal/index.html @@ -180,6 +180,7 @@ <div class="activetext"> <foreach name="list" item="vo"> + <a href="{:url('portal/active/activeDetail',array('id'=>$vo.id))}" style="text-decoration:none;"> <div> <div class="index_img"> <img src="{:cmf_get_image_preview_url($vo.thumbnail)}" alt=""> @@ -191,6 +192,7 @@ <!--<p class="index_text">猛戳领取独家9折门票优惠券</p>--> </div> </div> + </a> </foreach> </div> -- libgit2 0.24.0