File:index.xmls
Method:query.getList(columns,where,order,size,*count,*page)
未指定的错误
越界或超过范围
index.xmls
$out main(){
$shell.running();
$shell.layout(en/pages/index.htm);
@query=$query(content,news);
//首页轮播
@listCarousel=@query.getList(['ContentId,Title,Pic'],['CatalogId=44 and Status>0'],['Grade desc,ContentId asc']);
//首页手机轮播
@listCarousem=@query.getList(['ContentId,Title,Pic'],['CatalogId=85 and Status>0'],['Grade desc,ContentId asc']);
}