Authored by 毕凯

修复 sale 页 轮播图

1 {{> layout/header}} 1 {{> layout/header}}
2 <div class="new-sale-page product-page yoho-page"> 2 <div class="new-sale-page product-page yoho-page">
3 {{# saleList}} 3 {{# saleList}}
4 - {{# saleBanner}}  
5 - <div class="sale-list-banner" style="height: {{bannerHeight}}px;">  
6 - <ul style="height: {{bannerHeight}}px;">  
7 - {{# list}}  
8 - <li class="banner-img" style="background:url({{img}}) no-repeat top center;"></li>  
9 - {{/ list}}  
10 - </ul>  
11 - </div>  
12 - {{/ saleBanner}} 4 +
  5 + {{> sale/sale-banner}}
  6 +
13 <div class="center-content clearfix"> 7 <div class="center-content clearfix">
14 {{# saleTitle}} 8 {{# saleTitle}}
15 <div class="header-title"> 9 <div class="header-title">
  1 +{{# saleBanner}}
  2 +<div class="sale-list-banner" style="height: {{bannerHeight}}px;">
  3 + <ul style="height: {{bannerHeight}}px;">
  4 + {{# list}}
  5 + <li class="banner-img" style="background:url({{img}}) no-repeat top center;"></li>
  6 + {{/ list}}
  7 + </ul>
  8 +</div>
  9 +{{/ saleBanner}}
@@ -413,8 +413,33 @@ class Sale1Controller extends WebAction @@ -413,8 +413,33 @@ class Sale1Controller extends WebAction
413 'saleList' => array( 413 'saleList' => array(
414 'saleBanner' => array( 414 'saleBanner' => array(
415 'bannerHeight' => 350, 415 'bannerHeight' => 350,
  416 + 'list' => array(
  417 + array(
  418 + 'bannerHeight' => 350,
416 'img' => 'http://img12.static.yhbimg.com/couponImg/2015/12/10/08/02d4c26f19ca2e44359d69d5cff86167fb.jpg' 419 'img' => 'http://img12.static.yhbimg.com/couponImg/2015/12/10/08/02d4c26f19ca2e44359d69d5cff86167fb.jpg'
417 ), 420 ),
  421 + array(
  422 + 'bannerHeight' => 350,
  423 + 'img' => 'http://img12.static.yhbimg.com/yhb-img01/2016/01/06/05/02062366574a01418596caa38a773f6beb.jpg'
  424 + ),
  425 + array(
  426 + 'bannerHeight' => 350,
  427 + 'img' => 'http://img11.static.yhbimg.com/yhb-img01/2016/01/06/05/013341a0632177cc3425c3c6082845be57.jpg'
  428 + ),
  429 + array(
  430 + 'bannerHeight' => 350,
  431 + 'img' => 'http://img12.static.yhbimg.com/couponImg/2015/12/10/08/02d4c26f19ca2e44359d69d5cff86167fb.jpg'
  432 + ),
  433 + array(
  434 + 'bannerHeight' => 350,
  435 + 'img' => 'http://img12.static.yhbimg.com/yhb-img01/2016/01/06/05/02062366574a01418596caa38a773f6beb.jpg'
  436 + ),
  437 + array(
  438 + 'bannerHeight' => 350,
  439 + 'img' => 'http://img11.static.yhbimg.com/yhb-img01/2016/01/06/05/013341a0632177cc3425c3c6082845be57.jpg'
  440 + )
  441 + )
  442 + ),
418 'saleTitle' => array( 443 'saleTitle' => array(
419 'name' => '全部商品', 444 'name' => '全部商品',
420 'count' => 540 445 'count' => 540