$_cid,
"limit" => "6",
"keyword" => -1,
"flag" => '',
"time" => '',
"areaid" => '',//指定地区ID
"top" => '',
"image" => '-1',
"pagesize" => 0,
"pagecss" => 1,
"tag" => -1,
"sql" => "-1",
"orderby" => "id DESC",
"titlelen" => 0,
];
$contentmodel = new \app\index\model\ContentModel();
$_infodata = $contentmodel->getContentlist($_param);
$_infolist = json_decode($_infodata['infolist'], true);
$page = json_decode($_infodata['page'], true);
foreach ($_infolist as $k => $list):
?>
style="margin-right:0;">
![<?php echo $list['title']; ?>](<?php if($list['pic']): ?><?php echo $list['pic']; else: ?><?php echo str2img($list['content'],'1'); endif; ?>)
-