|
|
|
@ -97,7 +97,7 @@ $currentCatePid = $currentCateId; |
|
|
|
<div class="list"> |
|
|
|
<h2>{$current_cate.title}</h2> |
|
|
|
<ul> |
|
|
|
{hcTaglib:contentPage2 cid="$currentCateId" moduleId="1" name="articleList" limit="10" item="vo" field="id,title,thumbnail" sort="publish_time desc"} |
|
|
|
{hcTaglib:contentPage2 cid="$currentCateId" moduleId="1" name="articleList" limit="10" item="vo" field="id,title,thumbnail" sort="create_time desc"} |
|
|
|
<li> |
|
|
|
<a href="{:hcUrl('detail/index',['id'=>$vo.id,'cid'=>$vo.category_id])}"> |
|
|
|
<h3>{$vo.title}</h3> |
|
|
|
|