Authored by 毕凯

更新静态资源版本号

@@ -15,8 +15,8 @@ use Plugin\Helpers; @@ -15,8 +15,8 @@ use Plugin\Helpers;
15 class GirldayController extends HuodongAction 15 class GirldayController extends HuodongAction
16 { 16 {
17 17
18 - // const STATIC_VERSION = 'http://localhost:2222/1.0.2';  
19 - const STATIC_FILE = 'http://cdn.yoho.cn/huodong/2016xinshili-2/1.0.2'; 18 + // const STATIC_FILE = 'http://localhost:2222/1.0.3';
  19 + const STATIC_FILE = 'http://cdn.yoho.cn/huodong/2016xinshili-2/1.0.3';
20 20
21 /** 21 /**
22 * 检测登录状态 22 * 检测登录状态
@@ -70,7 +70,7 @@ class GirldayController extends HuodongAction @@ -70,7 +70,7 @@ class GirldayController extends HuodongAction
70 'isApp' => $this->_isApp, 70 'isApp' => $this->_isApp,
71 'getCouponUrl' => Helpers::url('/cuxiao/girlday/sendCoupon', array('uid' => $this->getLoggedUid())), 71 'getCouponUrl' => Helpers::url('/cuxiao/girlday/sendCoupon', array('uid' => $this->getLoggedUid())),
72 'banner' => array( 72 'banner' => array(
73 - 'img' => '', 73 + 'img' => 'http://img02.yohoboys.com/staticimg/2016/03/10/10/02b9827b20adc91409b5301f2232dc9144.jpg',
74 'url' => 'http://feature.yoho.cn/0310/0310APPHOME/index.html?openby:yohobuy={"action":"go.h5","params":{"title":"YOHO!BUY有货【春潮新势力】", "url":"http://feature.yoho.cn/0310/0310APPHOME/index.html?","share":"\/operations\/api\/v5\/webshare\/getShare","shareparam":{"share_id":"382"},"param":{"share_id":"382"}}}' 74 'url' => 'http://feature.yoho.cn/0310/0310APPHOME/index.html?openby:yohobuy={"action":"go.h5","params":{"title":"YOHO!BUY有货【春潮新势力】", "url":"http://feature.yoho.cn/0310/0310APPHOME/index.html?","share":"\/operations\/api\/v5\/webshare\/getShare","shareparam":{"share_id":"382"},"param":{"share_id":"382"}}}'
75 ), 75 ),
76 'selectUrl' => 'http://m.yohobuy.com/home/coupons?openby:yohobuy={"action":"go.coupon"}', 76 'selectUrl' => 'http://m.yohobuy.com/home/coupons?openby:yohobuy={"action":"go.coupon"}',
@@ -78,7 +78,7 @@ class GirldayController extends HuodongAction @@ -78,7 +78,7 @@ class GirldayController extends HuodongAction
78 'appUrl' => 'http://www.yohoshow.com/about/index/yohobuyqr', // APP 下载地址 78 'appUrl' => 'http://www.yohoshow.com/about/index/yohobuyqr', // APP 下载地址
79 'shareTitle' => 'YOHO!BUY有货【春潮新势力】火力全开!320元优惠券限时派送中!', 79 'shareTitle' => 'YOHO!BUY有货【春潮新势力】火力全开!320元优惠券限时派送中!',
80 'shareDesc' => '换我做主,用新陪伴!白色情人节限时2件7折!', 80 'shareDesc' => '换我做主,用新陪伴!白色情人节限时2件7折!',
81 - 'shareImg' => '', 81 + 'shareImg' => 'http://img02.yohoboys.com/staticimg/2016/03/10/10/0298ef8fbbb543144af487fbcd6718041b.png',
82 'shareLink' => 'http://feature.yoho.cn/0310/0310APPHOME/index.html' 82 'shareLink' => 'http://feature.yoho.cn/0310/0310APPHOME/index.html'
83 )); 83 ));
84 } 84 }