...
|
...
|
@@ -68,7 +68,12 @@ class ListController extends AbstractAction |
|
|
'share' => true,
|
|
|
'url' => '',
|
|
|
'likeUrl' => '',
|
|
|
'isFashionMan' => true
|
|
|
'isFashionMan' => true,
|
|
|
'author' => array(
|
|
|
'url' => '',
|
|
|
'name' => 'LEO_LU',
|
|
|
'avatar' => 'http://img11.static.yhbimg.com/yhb-img02/2015/09/07/02/01a050445c64825eed381c4e049030c692.jpg?imageView/0/w/100/h/100'
|
|
|
)
|
|
|
),
|
|
|
array(
|
|
|
'id' => 1,
|
...
|
...
|
@@ -86,7 +91,12 @@ class ListController extends AbstractAction |
|
|
'share' => true,
|
|
|
'url' => '',
|
|
|
'likeUrl' => '',
|
|
|
'isTip' => true
|
|
|
'isTip' => true,
|
|
|
'author' => array(
|
|
|
'url' => '',
|
|
|
'name' => 'Kishi',
|
|
|
'avatar' => 'http://img13.static.yhbimg.com/yhb-img02/2015/06/12/10/0256020c504fb08a176c5457599bdf5b49.jpg?imageView/0/w/100/h/100'
|
|
|
)
|
|
|
)
|
|
|
)
|
|
|
),
|
...
|
...
|
@@ -276,7 +286,7 @@ class ListController extends AbstractAction |
|
|
)
|
|
|
);
|
|
|
$this->_view->assign('title', 'YOHO!有货');
|
|
|
$this->_view->display('index', array('modulePath' => 'guang/home', 'guang' => $data));
|
|
|
$this->_view->display('index', array('guangHome' => true, 'guang' => $data));
|
|
|
}
|
|
|
|
|
|
/**
|
...
|
...
|
|