var time = item[index].publish_time_text.substr(0,11);
alert('最后一页');
var thumb = item[index].thumb;
var id = item[index].id;
var flags = item[index].flags;
if (flags) {
html += "<divclass='items'>";
html += "<divclass='left'><imgsrc=https://suzhou.njrenzhou.cn"+thumb+"></div>";
html += "<divclass='right'><ahref='detail.html?id=" + id + "'target='_blank'>" + title + "</a><divclass='time'>" + time + "</div><p>"+ subtitle + "</p></div>";
html += "<divclass='zhiding'>置顶</div>";
html += "</div>";
} else {
} else {
html += "<divclass='items'>";
// 页面渲染
$('.news_wrap').empty();
$('.pageNum_wrap').empty();
$.each(item,function(index){
var title = item[index].title;
var subtitle = item[index].subtitle;
var time = item[index].publish_time_text.substr(0,11);
var thumb = item[index].thumb;
var id = item[index].id;
var flags = item[index].flags;
if (flags) {
html += "<divclass='items'>";
html += "<divclass='left'><imgsrc=https://suzhou.njrenzhou.cn"+thumb+"></div>";
html += "<divclass='left'><imgsrc=https://suzhou.njrenzhou.cn"+thumb+"></div>";
html += "<divclass='right'><ahref='detail.html?id=" + id + "'target='_blank'>" + title + "</a><divclass='time'>" + time + "</div><p>"+ subtitle + "</p></div>";
html += "<divclass='right'><ahref='detail.html?id=" + id + "'target='_blank'>" + title + "</a><divclass='time'>" + time + "</div><p>"+ subtitle + "</p></div>";
html += "<divclass='zhiding'>置顶</div>";
html += "</div>";
html += "</div>";
} else {
html += "<divclass='items'>";
html += "<divclass='left'><imgsrc=https://suzhou.njrenzhou.cn"+thumb+"></div>";
html += "<divclass='right'><ahref='detail.html?id=" + id + "'target='_blank'>" + title + "</a><divclass='time'>" + time + "</div><p>"+ subtitle + "</p></div>";