';
html += '
评论';
if(obj[i].comment_count < 1){
html += '0';
}else{
html += obj[i].comment_count;
}
html += '';
html += '';
if(obj[i].city){
html += ''+obj[i].city;
if(obj[i].street){
html += ' · '+obj[i].street+'';
}
}
html += '';
html += '';
}
$('.loadmore,.loading-common').hide();
$(".tt-slide-swiper .swiper-wrapper .swiper-slide").eq(type).find(".commonList").append(html);
$(".tt-slide-swiper .swiper-wrapper,.tt-slide-swiper .swiper-wrapper .swiper-slide").css("height",$(".tt-slide-swiper .swiper-wrapper .swiper-slide").eq(type).find(".commonList").height());
loadFun.b = false;
},
error: function () {
showMaskEditCom({text: '网络异常', duration: 1500});
$('.loadmore,.loading-common').hide();
loadFun.b = false;
}
});
}else if(type==1){
pageNum=loadFun.twoPage;
$.ajax({
url: app+"/zixunUser/get_brand_news/",
type: 'post',
data:{page:pageNum,user_id:focused_id},
dataType:'json',
success: function (obj) {
var li = '';
for (var i in obj) {
if (obj[i].catid == 94) {
li += "";
} else {
li += "";
}
li += '';
li += '
' + obj[i].title + '';
li += '