...
|
...
|
@@ -27,7 +27,7 @@ class HomeController extends AbstractAction |
|
|
/**
|
|
|
* 通过当前用户审判是否跳到登录
|
|
|
*
|
|
|
* @param int $useSession (true:从服务端session中检查, false:从客户端cookie中检查)
|
|
|
* @param boolean $useSession (true:从服务端session中检查, false:从客户端cookie中检查)
|
|
|
* @return void
|
|
|
*/
|
|
|
protected function auditJumpLogin($useSession = true)
|
...
|
...
|
@@ -51,24 +51,7 @@ class HomeController extends AbstractAction |
|
|
'myIndexPage' => true,
|
|
|
'showDownloadApp' => true,
|
|
|
'navHome' => true,
|
|
|
'notice' => array(
|
|
|
array(
|
|
|
'title' => '1. 通知内容内容通知内容内容通知内容内容通知内容内容通知内容内容',
|
|
|
'url' => 'http://www.yoho.cn'
|
|
|
),
|
|
|
array(
|
|
|
'title' => '2. 通知内容内容通知内容内容通知内容内容通知内容内容通知内容内容',
|
|
|
'url' => 'http://www.yoho.cn'
|
|
|
),
|
|
|
array(
|
|
|
'title' => '3. 通知内容内容通知内容内容通知内容内容通知内容内容通知内容内容',
|
|
|
'url' => 'http://www.yoho.cn'
|
|
|
),
|
|
|
array(
|
|
|
'title' => '4. 通知内容内容通知内容内容通知内容内容通知内容内容通知内容内容',
|
|
|
'url' => 'http://www.yoho.cn'
|
|
|
)
|
|
|
),
|
|
|
'notice' => UserModel::getNoticeData(),
|
|
|
'pageFooter' => true,
|
|
|
'cartUrl' => Helpers::url('/cart/index/index', null),
|
|
|
'signinUrl' => Helpers::url('/signin.html', array('refer' => Helpers::url('/home'))),
|
...
|
...
|
|