Authored by hf

Merge branch 'develop/wap' of http://git.dev.yoho.cn/web/yohobuy into develop/wap

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