$.ajax({
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);
以五年规划加快推进社会主义现代化建设
增强一盘棋意识 着力促进区域联动发展
产权保护是塑造数据驱动创新生态的重要保障
以绿色金融和新兴产业培育引领全面绿色转型
务实推进海南自贸港与粤港澳大湾区融合发展
以农业科技创新赋能产业创新
“公立医院运行管理大模型”应用项目启动
国产算力迎新机遇
加快科技成果转化 壮大新质生产力
江苏苏州:“以智为用”推动产业高质量发展
$.ajax({
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);