...
|
...
|
@@ -58,7 +58,7 @@ class XinshiliController extends HuodongAction |
|
|
$myCouponUrl = Helpers::url('/home/coupons', null, 'default') . '?openby:yohobuy={"action":"go.coupon"}';
|
|
|
|
|
|
$this->_view->display('index', array(
|
|
|
'staticTitle' => '新势力领劵活动',
|
|
|
'staticTitle' => 'YOHO!BUY有货【春潮新势力】',
|
|
|
'staticFile' => self::STATIC_FILE,
|
|
|
'staticJS' => array(
|
|
|
'home.js'
|
...
|
...
|
@@ -66,12 +66,12 @@ class XinshiliController extends HuodongAction |
|
|
'couponUrl' => $myCouponUrl, // 个人中心优惠券地址
|
|
|
'banner' => array(
|
|
|
'img' => '',
|
|
|
'url' => ''
|
|
|
'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"}}'
|
|
|
),
|
|
|
'weixinUrl' => 'http://mp.weixin.qq.com/s?__biz=MjM5ODI5MDA4MA==&mid=201849402&idx=1&sn=c0089812f9769d82e0075f69d771f6e1#rd', // 微信关注地址
|
|
|
'weixinUrl' => 'http://mp.weixin.qq.com/s?__biz=MjM5ODI5MDA4MA==&mid=201849402&idx=1&sn=c0089812f9769d82e0075f69d771f6e1#rd', // 微信关注地址
|
|
|
'appUrl' => 'http://www.yohoshow.com/about/index/yohobuyqr', // APP 下载地址
|
|
|
'shareTitle' => '新势力',
|
|
|
'shareDesc' => '新势力领券',
|
|
|
'shareTitle' => 'YOHO!BUY有货【春潮新势力】火力全开!350元优惠券限时派送中',
|
|
|
'shareDesc' => 'Wake up!Boys & Girls!一起来YOHO!玩潮流!',
|
|
|
'shareImg' => 'http://img02.yohoboys.com/staticimg/2016/02/19/16/02dbd38c84eccf1097b7e240452f0de856.png',
|
|
|
'shareLink' => Helpers::url('/cuxiao/xinshili/index')
|
|
|
));
|
...
|
...
|
@@ -107,7 +107,7 @@ class XinshiliController extends HuodongAction |
|
|
// 设置环境变量
|
|
|
switch (APPLICATION_ENV) {
|
|
|
case 'production': // 生产
|
|
|
return 388;
|
|
|
return 506;
|
|
|
case 'preview': // 预览
|
|
|
case 'testing': // 测试
|
|
|
case 'develop': // 开发
|
...
|
...
|
|