主题 : 按照时间升序排序怎么排?
级别: 商业授权用户
UID: 58935
积分:1257 加为好友
威望: 3 精华: 0
主题:166 回复:854
注册时间:2014-03-11
在线时长:0
1#   发表于:2014-08-18 15:44:34  IP:110.1.*.*
按照时间升序排序怎么排?
[@cms_content_list typeId=3 count="10" titLen=10 channelOption="1"  channelId="71" orderBy='0']
  [#list tag_list as a]
<div class="jd_listf">
  <div class="jd_listg"><img src="${a.typeImg!site.defImg}" alt="${a.title}" /></div>
  <div class="jd_listh">
  <p><strong>姓名:</strong>${a.attr.xingming}</p>  
  <p><strong>职务:</strong>${a.attr.zhiwu}</p>
  <p><strong>分管工作:</strong>${a.attr.fggz}</p>
  </div> 
  <div class="clear"></div>
  </div>
    [/#list]
  [/@cms_content_list]
级别: 总版主
UID: 10736
积分:149787 加为好友
威望: 212 精华: 42
主题:297 回复:127674
注册时间:2010-09-08
在线时长:90.1
2#   发表于:2014-08-18 15:47:01  IP:182.216.*.*
orderBy=3:发布时间升序
路漫漫其修远兮,吾将上下而求索!
1 共1页