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)
财经早知道|特朗普要求中东多国与以色列建交
宇树科技6月1日上会 具身智能赛道热度攀升
上海“沪惠保”现赔付压力 2026年收紧部分保障责任
美伊谈判进入冲刺阶段 鲁比奥称今日或达成协议
重庆永川特大暴雨已致9死11人失联 救援持续
人事观察|杜旭亮代理杭州市长 曾在浙江发改委历练多年
资产荒背后的经济根源
巴基斯坦客运列车遭爆炸袭击 致47死98伤
谁吃透了存储超级周期的红利
刚性负债陷阱:从会计恒等式看透债务问题
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)