﻿// 获取新闻的列表(参数：标签Id，大类Id，小类Id,是否图片新闻,置顶,推荐,显示记录数,排序,热门,标题字数)
//getnewslist(divId,bigtypeId,smallId,ispic,istop,isrecomen,count,sort,ishot,zishu)


//获取会员信息（企业）(参数：标签Id,大类Id，小类Id,推荐,审核,显示记录数,标题字数)
//getEntlist(divId,entbigtype,entsmalltype,entisrecom,entispass,count,zishu)


//获取分类信息(参数：标签Id,大类Id,,显示记录数,标题字数)
//getTypelist(divId,typeId,count,zishu)


//今日劲爆
function gethighnews(grade)
{
   getnewslist('highli','3','',0,1,1,4,'',1,12,grade);
}

//商场资讯
function shopnews(divId,bigId,smallId,ispic,count,zishu)
{   
    //图片新闻
    getnewslist(divId,bigId,smallId,ispic,1,1,count,'',1,zishu);
    //文字新闻
     
}

//推荐筹办中商场招商
function recbuildingshop()
{
    getEntlist('entrecom',16,38,1,1,2,8);
}

//筹办中商场招商
function allbuildingshop()
{
    getEntlist('allbuildshop',16,38,0,1,11,15);
}

//推荐营业中商场招商
function businessshop()
{
    getEntlist('business',16,37,1,1,2,8);
}


//营业中商场招商
function allbusinessshop()
{
    getEntlist('allbusiness',16,37,0,1,11,15);
}

//分类信息
function gettypeinfo(divId,typeId,count)
{
    getTypelist(divId,typeId,count)
}









