...
|
...
|
@@ -646,7 +646,7 @@ define('yohood', function(require, exports) { |
|
|
isVideo = (v.tag == '视频') ? 1 : 0;
|
|
|
isTitleStyle = (v.main_title_type == 1) ? 1 : 0;
|
|
|
recom += template(tools.limitWords(v.title, 48), common.getImages(v.thumb, '0230x0130', 'blogimg', '1'),
|
|
|
'/news/detail/id/' + v.id, isVideo, isTitleStyle, v.title, 'width:200px;height:130px;');
|
|
|
'/news/detail/id/' + v.id, isVideo, isTitleStyle, v.title, '');
|
|
|
});
|
|
|
|
|
|
//热门视频
|
...
|
...
|
|