作者 lihan
1 个管道 的构建 通过 耗费 0 秒

项目细节完善

@@ -64,13 +64,7 @@ @@ -64,13 +64,7 @@
64 </notempty> 64 </notempty>
65 <td><b>{$vo.id}</b></td> 65 <td><b>{$vo.id}</b></td>
66 <td> 66 <td>
67 - <notempty name="category">  
68 - <a href="{:cmf_url('portal/Article/index',array('id'=>$vo['id'],'cid'=>$vo['category_id']))}"  
69 - target="_blank">{$vo.post_title}</a>  
70 - <else/>  
71 - <a href="{:cmf_url('portal/Article/index',array('id'=>$vo['id']))}"  
72 - target="_blank">{$vo.post_title}</a>  
73 - </notempty> 67 + {$vo.post_title}
74 </td> 68 </td>
75 <td> 69 <td>
76 <foreach name="vo.categories" item="voo"> 70 <foreach name="vo.categories" item="voo">