...
|
...
|
@@ -604,7 +604,7 @@ define('yohood', function(require, exports) { |
|
|
var recom = '';
|
|
|
var hotVideo = '';
|
|
|
var lastNews = '';
|
|
|
var template = function(topic, img, url, isVideo, isTitleStyle, title, imgStyle) {
|
|
|
var template = function(topic, img, url, isVideo, isTitleStyle, title, imgStyle,create_time) {
|
|
|
var playIcon = '';
|
|
|
var titleStyle = '';
|
|
|
var title = $('<p>' + title + '</p>').text();
|
...
|
...
|
@@ -619,6 +619,7 @@ define('yohood', function(require, exports) { |
|
|
'<h2 {titleStyle}>' +
|
|
|
'<a href="' + url + '" title="' + title + '" target="_blank">' + topic + '</a>' +
|
|
|
'</h2>' +
|
|
|
'<p class="time">+create_time+</p>'+
|
|
|
'</div>' +
|
|
|
'</div>';
|
|
|
if (isVideo == 2) //侧边视频
|
...
|
...
|
|