...
|
...
|
@@ -15,7 +15,7 @@ use Plugin\Helpers; |
|
|
class GirldayController extends HuodongAction
|
|
|
{
|
|
|
// const STATIC_VERSION = 'http://localhost:2222/1.0.1';
|
|
|
const STATIC_VERSION = 'http://cdn.yoho.cn/huodong/2016xinshili-web/1.0.6';
|
|
|
const STATIC_FILE = 'http://cdn.yoho.cn/huodong/2016xinshili-web/1.0.7';
|
|
|
|
|
|
/**
|
|
|
* 检测登录状态
|
...
|
...
|
@@ -61,7 +61,7 @@ class GirldayController extends HuodongAction |
|
|
|
|
|
$this->_view->display('index', array(
|
|
|
'staticTitle' => 'YOHO!BUY有货【春潮新势力】',
|
|
|
'staticFile' => self::STATIC_VERSION,
|
|
|
'staticFile' => self::STATIC_FILE,
|
|
|
'staticJS' => array(
|
|
|
'home.js'
|
|
|
),
|
...
|
...
|
|