Showing
1 changed file
with
3 additions
and
3 deletions
@@ -9,8 +9,8 @@ use Plugin\Helpers; | @@ -9,8 +9,8 @@ use Plugin\Helpers; | ||
9 | */ | 9 | */ |
10 | class XinshiliController extends HuodongAction | 10 | class XinshiliController extends HuodongAction |
11 | { | 11 | { |
12 | - // const STATIC_FILE = 'http://localhost:2222/1.0.5'; | ||
13 | - const STATIC_FILE = 'http://cdn.yoho.cn/huodong/2016xinshili/1.0.5'; | 12 | + const STATIC_FILE = 'http://localhost:2222/1.0.5'; |
13 | + // const STATIC_FILE = 'http://cdn.yoho.cn/huodong/2016xinshili/1.0.5'; | ||
14 | 14 | ||
15 | /** | 15 | /** |
16 | * 检测登录状态 | 16 | * 检测登录状态 |
@@ -64,7 +64,7 @@ class XinshiliController extends HuodongAction | @@ -64,7 +64,7 @@ class XinshiliController extends HuodongAction | ||
64 | 'isApp' => $this->_isApp, | 64 | 'isApp' => $this->_isApp, |
65 | 'getCouponUrl' => Helpers::url('/cuxiao/xinshili/sendCoupon', array('uid' => $this->getLoggedUid())), | 65 | 'getCouponUrl' => Helpers::url('/cuxiao/xinshili/sendCoupon', array('uid' => $this->getLoggedUid())), |
66 | 'banner' => array( | 66 | 'banner' => array( |
67 | - 'img' => '', | 67 | + 'img' => 'http://img01.yohoboys.com/staticimg/2016/03/04/09/019c5b6a514adee6bd2e3af9d8c28cdecb.jpg', |
68 | 'url' => 'http://feature.yoho.cn/0302/0302APPHOME/index.html?openby:yohobuy={"action":"go.h5","params":{"title":"YOHO!BUY有货【春潮新势力】","url":"http://feature.yoho.cn/0302/0302APPHOME/index.html?","share":"\/operations\/api\/v5\/webshare\/getShare","shareparam":{"share_id":"386"},"param":{"share_id":"386"}}' | 68 | 'url' => 'http://feature.yoho.cn/0302/0302APPHOME/index.html?openby:yohobuy={"action":"go.h5","params":{"title":"YOHO!BUY有货【春潮新势力】","url":"http://feature.yoho.cn/0302/0302APPHOME/index.html?","share":"\/operations\/api\/v5\/webshare\/getShare","shareparam":{"share_id":"386"},"param":{"share_id":"386"}}' |
69 | ), | 69 | ), |
70 | 'weixinUrl' => 'http://mp.weixin.qq.com/s?__biz=MjM5ODI5MDA4MA==&mid=201849402&idx=1&sn=c0089812f9769d82e0075f69d771f6e1#rd', // 微信关注地址 | 70 | 'weixinUrl' => 'http://mp.weixin.qq.com/s?__biz=MjM5ODI5MDA4MA==&mid=201849402&idx=1&sn=c0089812f9769d82e0075f69d771f6e1#rd', // 微信关注地址 |
-
Please register or login to post a comment