Merge branch 'feature/web' of http://git.dev.yoho.cn/web/yohobuy into feature/web
Showing
4 changed files
with
9 additions
and
3 deletions
@@ -328,7 +328,7 @@ | @@ -328,7 +328,7 @@ | ||
328 | {{/opts}} | 328 | {{/opts}} |
329 | </div> | 329 | </div> |
330 | 330 | ||
331 | - <div class="goods-container"> | 331 | + <div class="goods-container clearfix{{#if opts.sixPerLine}} six-per-line{{/if}}"> |
332 | {{#each goods}} | 332 | {{#each goods}} |
333 | {{> product/good}} | 333 | {{> product/good}} |
334 | {{/each}} | 334 | {{/each}} |
@@ -263,7 +263,7 @@ class BoysController extends AbstractAction | @@ -263,7 +263,7 @@ class BoysController extends AbstractAction | ||
263 | ) | 263 | ) |
264 | ); | 264 | ); |
265 | $data = array( | 265 | $data = array( |
266 | - 'headerdata' => array($headerdata), | 266 | + 'headerdata' => $headerdata, |
267 | 'boysHomePage' => true, | 267 | 'boysHomePage' => true, |
268 | 'boy' => array( | 268 | 'boy' => array( |
269 | 'bigSlide' => array( | 269 | 'bigSlide' => array( |
-
Please register or login to post a comment