type: 'GET',
url: url,
dataType: 'jsonp',
data:data,
success: function (json) {
fn && fn(json);
},
complete: function(XMLHttpRequest, textStatus){
//
}
});
}
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);
停售不停产,雪佛兰重心转移至“内产外销”
“大河之城”兰州 向“新”图强
湖南娄底市:“老钢城”何以迸发制造业新动能?
江苏:成果转化20条助力“转得快”“转得顺”
重庆:挖掘城市立体空间 解锁消费新体验
北京市消协:20家儿童家具生产企业被约谈
郑庆东:在新时代中阿经济发展研讨会上的致辞
郑庆东:持续巩固壮大主流思想舆论 讲好新时代中国经济发展故事
经济日报开展消防安全专项培训
郑庆东:我们为什么连续5年举办习近平经济思想研究征文
郑庆东:用改革精神做好进一步全面深化改革报道
type: 'GET',
url: url,
dataType: 'jsonp',
data:data,
success: function (json) {
fn && fn(json);
},
complete: function(XMLHttpRequest, textStatus){
//
}
});
}
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);