|
@@ -16,7 +16,7 @@ class GirlsController extends AbstractAction |
|
@@ -16,7 +16,7 @@ class GirlsController extends AbstractAction |
16
|
// 显示侧边栏
|
16
|
// 显示侧边栏
|
17
|
$this->setNavSide();
|
17
|
$this->setNavSide();
|
18
|
|
18
|
|
19
|
- $data = array(
|
19
|
+ /*$data = array(
|
20
|
'headerDownload' => $this->getHeaderDownload(),
|
20
|
'headerDownload' => $this->getHeaderDownload(),
|
21
|
'homeHeader' => array(
|
21
|
'homeHeader' => array(
|
22
|
'bgColor' => '#FF88AE',
|
22
|
'bgColor' => '#FF88AE',
|
|
@@ -119,9 +119,9 @@ class GirlsController extends AbstractAction |
|
@@ -119,9 +119,9 @@ class GirlsController extends AbstractAction |
119
|
if($maybeLike['code'] == 200)
|
119
|
if($maybeLike['code'] == 200)
|
120
|
{
|
120
|
{
|
121
|
$maybeLike = $maybeLike['data']['product_list'];
|
121
|
$maybeLike = $maybeLike['data']['product_list'];
|
122
|
- }
|
122
|
+ }*/
|
123
|
|
123
|
|
124
|
- /*$data = array(
|
124
|
+ $data = array(
|
125
|
'headerDownload' => array(
|
125
|
'headerDownload' => array(
|
126
|
'img' => 'http://img11.static.yhbimg.com/adpic/2015/02/28/18/01d83bfad41c8fca8fd1ad334216d7d733.jpg?imageView/2/w/640/h/480',
|
126
|
'img' => 'http://img11.static.yhbimg.com/adpic/2015/02/28/18/01d83bfad41c8fca8fd1ad334216d7d733.jpg?imageView/2/w/640/h/480',
|
127
|
'url' => 'http://www.baidu.com'
|
127
|
'url' => 'http://www.baidu.com'
|
|
@@ -599,7 +599,7 @@ class GirlsController extends AbstractAction |
|
@@ -599,7 +599,7 @@ class GirlsController extends AbstractAction |
599
|
'url' => ''
|
599
|
'url' => ''
|
600
|
)
|
600
|
)
|
601
|
|
601
|
|
602
|
- ));*/
|
602
|
+ ));
|
603
|
|
603
|
|
604
|
$this->_view->assign('title', 'YOHO!有货');
|
604
|
$this->_view->assign('title', 'YOHO!有货');
|
605
|
$this->_view->display('index', $data);
|
605
|
$this->_view->display('index', $data);
|