...
|
...
|
@@ -664,7 +664,7 @@ define('yohood', function(require, exports) { |
|
|
//最新资讯
|
|
|
$.each(data.data.lastNews, function(i, v) {
|
|
|
isTitleStyle = (v.main_title_type == 1) ? 1 : 0;
|
|
|
lastNews += template(tools.limitWords(v.title, 52), common.getImages(v.thumb, 'source', 'blogimg', 'primary'),
|
|
|
lastNews += template(tools.limitWords(v.title, 52), common.getImages(v.pics, 'source', 'blogimg', 'primary'),
|
|
|
'/news/detail/id/' + v.id, 2, isTitleStyle, v.title, '');
|
|
|
});
|
|
|
$(".post-list").html(recom);
|
...
|
...
|
|