织梦dedecms首页列表页,ajax点击加载更多,瀑布流,首页多栏目切换(13)

   $row['stime'] = GetDateMK($row['pubdate']);  

  $row['timeago']= timeago($row['pubdate']);  

  $row['typelink'] = "<a href='".$row['typeurl']."'>".$row['typename']."</a>";//分类链  

  $row['fulltitle'] = $row['title'];//完整的标题  

  $row['shorttitle'] = $row['shorttitle'];//副标题  

  $row['title'] = cn_substr($row['title'], 60);//截取后的标题  

   $data[$index] = $row;  

   $index++;  

}  

if(!empty($data)){  

$statu = 1;//有数据  

}  

$result =array('statu'=>$statu,'list'=>$data,'total'=>$total,'load_num'=>$load_num);  

echo json_encode($result);//返回数据  

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/846f56df6227068ecc667990582a7dde.html