...
|
...
|
@@ -23,7 +23,7 @@ class LifestyleController extends AbstractAction |
|
|
$this->setNavSide('lifestyle');
|
|
|
// 显示底部TAB
|
|
|
$this->setNavFooterTab();
|
|
|
$uid = $this->getUid();
|
|
|
$uid = $this->getUid(true);
|
|
|
// 渲染模板并输出
|
|
|
$this->_view->display('index', array(
|
|
|
'lifestyleHomePage' => true,
|
...
|
...
|
|