...
|
...
|
@@ -801,7 +801,7 @@ define('yohood', function(require, exports) { |
|
|
$.each(data.data.recom, function(i, v) {
|
|
|
isVideo = (v.tag == '视频') ? 1 : 0;
|
|
|
isTitleStyle = (v.main_title_type == 1) ? 1 : 0;
|
|
|
recom += template(tools.limitWords(v.title, 38), common.getImages(v.thumb, '0230x0130', 'blogimg', '1'),
|
|
|
recom += template(tools.limitWords(v.title, 55), common.getImages(v.thumb, '0230x0130', 'blogimg', '1'),
|
|
|
'/news/detail/id/' + v.id, isVideo, isTitleStyle, v.title, '', v.create_time);
|
|
|
});
|
|
|
|
...
|
...
|
|