|
@@ -28,7 +28,7 @@ window.onload=function(){
|
|
|
<li data-target="#myCarousel" data-slide-to=${index} class="${index?'':'active'}"></li>
|
|
|
`);
|
|
|
bannerImgs.push(`
|
|
|
- <div class="${index?'item':'item active'}">
|
|
|
+ <div class="${index?'item':'active item'}">
|
|
|
<a href="${item.forwardUrl?'http://'+http+item.forwardUrl:'javascript:;'}"><img src="${globalConfig.avatarHost+'/upload/'+item.imgUrl}" alt="${item.text}"></a>
|
|
|
</div>
|
|
|
`);
|