Authored by 梁志锋

update

<div class="hot-brands girls">
{{> common/floor_header_more}}
<div class="brands-swiper">
<ul class="brands-list swiper-wrapper clearfix">
{{# list}}
<li class="swiper-slide">
<a href="{{url}}">
<img src="{{img}}" alt="">
<span class="brands-title">{{textCn}}</span>
</a>
</li>
{{/ list}}
</ul>
</div>
</div>
\ No newline at end of file
<div class="hot-category">
<div class="category-banner">
<a href="{{url}}">
<img class="lazy" data-original="{{img}}" alt="">
</a>
</div>
<ul class="category-list clearfix">
{{# list}}
<li>
<a href="{{url}}">
<div class="img-box">
<img class="lazy" data-original="{{img}}" alt="">
</div>
<p class="category-title">{{textCn}}</p>
</a>
</li>
{{/ list}}
</ul>
</div>
\ No newline at end of file
... ... @@ -16,7 +16,7 @@ class GirlsController extends AbstractAction
// 显示侧边栏
$this->setNavSide();
$data = array(
/*$data = array(
'headerDownload' => $this->getHeaderDownload(),
'homeHeader' => array(
'bgColor' => '#FF88AE',
... ... @@ -119,9 +119,9 @@ class GirlsController extends AbstractAction
if($maybeLike['code'] == 200)
{
$maybeLike = $maybeLike['data']['product_list'];
}
}*/
/*$data = array(
$data = array(
'headerDownload' => array(
'img' => 'http://img11.static.yhbimg.com/adpic/2015/02/28/18/01d83bfad41c8fca8fd1ad334216d7d733.jpg?imageView/2/w/640/h/480',
'url' => 'http://www.baidu.com'
... ... @@ -599,7 +599,7 @@ class GirlsController extends AbstractAction
'url' => ''
)
));*/
));
$this->_view->assign('title', 'YOHO!有货');
$this->_view->display('index', $data);
... ...