});
}
function renderIndexMoreList() {
if(blockIndexLoadMore) return;
$('#moreArticle > a').html('加载中...');
blockIndexLoadMore = true;
getMoreNewsForIndex('100589266',function (newsJson) {
getMoreNewsForIndex('101117089',function (imgJson) {
var newsList = newsJson.datas,imgList = imgJson.datas;
var finalStr = '';
for(var i=0; i<10;i++){
if(i === 0 || i === 5){
finalStr += bulidImageStr(imgList.splice(0,1)[0])
}else{
finalStr += buildMobAllString(newsList.splice(0,1)[0])
}
}
$('.news_list').append(finalStr);
blockIndexLoadMore = false;
$('#moreArticle > a').html('加载更多文章');
setTimeout(function () {
countComment();
},100)
})
});
}
function bulidImageStr(imgObj){
if(!imgObj) return '';
从栽树到育林——山东烟台汽车产业在变革中赢得先机
创新发展 “氢”启未来
年内新发产品58只 银行理财竞速“打新”赛道
二级市场举牌降温 险资换道布局硬科技
券商增持回购密集落地 板块估值修复提速
8月多家公募高管变动 股东影响力凸显
上市险企分红创新高 股价修复进度仍滞后
聚焦主业回归本源 信托公司持续抛售金融股权
金融活水精准浇灌产业集群
市场回暖叠加DGT并购 有研硅上半年营收净利双增
金龙鱼上半年营业收入同比增长6.20%
荣盛石化因职工董事任职违规被责令改正
业绩承压叠加多重挑战 *ST广糖经营发展待破局
现金流连续两年半为负 热联集团二次递表港交所
从“爆款”到品牌提升:中国化妆品深耕东南亚加速本地化
当爱美的巴西人遇到中国货
用AI造出新病毒意味着什么
车市竞争烈度持续提升 北汽新能源关注提升综合实力
7月汽车出口同比增超八成 车企加速全球化布局
});
}
function renderIndexMoreList() {
if(blockIndexLoadMore) return;
$('#moreArticle > a').html('加载中...');
blockIndexLoadMore = true;
getMoreNewsForIndex('100589266',function (newsJson) {
getMoreNewsForIndex('101117089',function (imgJson) {
var newsList = newsJson.datas,imgList = imgJson.datas;
var finalStr = '';
for(var i=0; i<10;i++){
if(i === 0 || i === 5){
finalStr += bulidImageStr(imgList.splice(0,1)[0])
}else{
finalStr += buildMobAllString(newsList.splice(0,1)[0])
}
}
$('.news_list').append(finalStr);
blockIndexLoadMore = false;
$('#moreArticle > a').html('加载更多文章');
setTimeout(function () {
countComment();
},100)
})
});
}
function bulidImageStr(imgObj){
if(!imgObj) return '';