...
|
...
|
@@ -20,6 +20,7 @@ class GirlfourController extends HuodongAction |
|
|
*/
|
|
|
public function boyAction()
|
|
|
{
|
|
|
|
|
|
// 判断是否是应用访问, 拼接APP需要的URL参数
|
|
|
$isApp = null !== $this->get('app_version');
|
|
|
$isAppLogged = true;
|
...
|
...
|
@@ -139,7 +140,7 @@ class GirlfourController extends HuodongAction |
|
|
}
|
|
|
$urlKids = Helpers::url('/cuxiao/girlfour/lifestyle');
|
|
|
$urlEncode = strtr($urlKids, array('/' => '\\/'));
|
|
|
|
|
|
|
|
|
$this->_view->display('girlfour', array(
|
|
|
'staticTitle' => 'YOHO!BUY有货【春潮新势力】',
|
|
|
'staticJS' => array(
|
...
|
...
|
|