Authored by tmq

首页

... ... @@ -323,9 +323,6 @@ define('channel', function(require, exports) {
getTopProduct(productGenders[currentGenderPos]);
}
if (parseInt($("#right_banner").attr("num")) > 0) {
$("#img_flow").find(".layout-item").eq(2).before($("#right_banner").html());
}
/**
... ...
... ... @@ -145,7 +145,7 @@ EOL;
<?php endif;?>
<!-- 合作商等信息滑动条 end -->
<div id="right_banner" style="display:none;" num="<?php echo count($this->view->rightBanners);?>">
<div id="right_banner_warp" style="display:none;" class="right-banner-warp" num="<?php echo count($this->view->rightBanners);?>">
<div class="right-banner fluid-item layout-item tiled">
<?php
$banners = $this->view->rightBanners;
... ...