|
@@ -27,7 +27,7 @@
|
|
|
|
|
|
html += '<div class="item ' + (i == 0 ? 'active' : '') + '">';
|
|
|
var coverImageUrl = list[i].coverImageUrl;
|
|
|
- html += '<a href="javascript:;"><img src="' + (coverImageUrl ? window.serverUploadPath + coverImageUrl : "") + '" /></a>';
|
|
|
+ html += '<a href="'+list[i].href+'"><img src="' + (coverImageUrl ? window.serverUploadPath + coverImageUrl : "") + '" /></a>';
|
|
|
html += '</div>';
|
|
|
}
|
|
|
|
|
@@ -70,7 +70,7 @@
|
|
|
<a class="right carousel-control" href="#myCarousel" data-slide="next">
|
|
|
<span class="glyphicon glyphicon-chevron-right"></span>
|
|
|
</a>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
|
|
|
|
|
|
*/
|
|
@@ -82,4 +82,4 @@
|
|
|
|
|
|
return html;
|
|
|
|
|
|
-});
|
|
|
+});
|