返回首页
@includeFileTemplate("/www/syrc-mobile/include/dlzc.html",{"current":"index"}){}
${category.categoryName}
<#cms_category categoryId="${category.categoryId}" isParent="1" var="bean">
<#cms_content_page siteId="${site.siteId!}" titleLen="25" page="${page!}" var="content">
${content.title!}
2019-10-10
#cms_content_page>
<#cms_pagination siteId="${site.siteId}" categoryId="${category.categoryId}" page="${page}" moreNum="6" var="page" >
${page.first}
@for(change in page.changePage){ @if(!change.isLink){ @if(change.isMore){
${change.value!}
@}else{
${change.value!}
@} @}else{
${change.url!}
@} @}
${page.next}
#cms_pagination>
#cms_category>