Authored by Rock Zhang

修改女生节新势力领券活动的一些案信息

Code Review By Rock Zhang
@@ -38,7 +38,7 @@ class XinshiliModel @@ -38,7 +38,7 @@ class XinshiliModel
38 } 38 }
39 39
40 if (intval($result['code']) === 200) { 40 if (intval($result['code']) === 200) {
41 - self::sendMessage($uid, '【优惠券】您获得1000元套券', '尊敬的客户:恭喜您成功获得1000元套券!您可以在个人中心的交易管理中查看‘我的优惠券’。'); 41 + self::sendMessage($uid, '【优惠券】您有4张春潮新势力优惠券', '尊敬的客户:恭喜您成功获得4张春潮新势力优惠券 !您可以在个人中心查看优惠券详情。');
42 } 42 }
43 } while (false); 43 } while (false);
44 44
@@ -58,7 +58,7 @@ class XinshiliController extends HuodongAction @@ -58,7 +58,7 @@ class XinshiliController extends HuodongAction
58 $myCouponUrl = Helpers::url('/home/coupons', null, 'default') . '?openby:yohobuy={"action":"go.coupon"}'; 58 $myCouponUrl = Helpers::url('/home/coupons', null, 'default') . '?openby:yohobuy={"action":"go.coupon"}';
59 59
60 $this->_view->display('index', array( 60 $this->_view->display('index', array(
61 - 'staticTitle' => '新势力领劵活动', 61 + 'staticTitle' => 'YOHO!BUY有货【春潮新势力】',
62 'staticFile' => self::STATIC_FILE, 62 'staticFile' => self::STATIC_FILE,
63 'staticJS' => array( 63 'staticJS' => array(
64 'home.js' 64 'home.js'
@@ -66,12 +66,12 @@ class XinshiliController extends HuodongAction @@ -66,12 +66,12 @@ class XinshiliController extends HuodongAction
66 'couponUrl' => $myCouponUrl, // 个人中心优惠券地址 66 'couponUrl' => $myCouponUrl, // 个人中心优惠券地址
67 'banner' => array( 67 'banner' => array(
68 'img' => '', 68 'img' => '',
69 - 'url' => '' 69 + '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"}}'
70 ), 70 ),
71 - 'weixinUrl' => 'http://mp.weixin.qq.com/s?__biz=MjM5ODI5MDA4MA==&mid=201849402&idx=1&sn=c0089812f9769d82e0075f69d771f6e1#rd', // 微信关注地址 71 + 'weixinUrl' => 'http://mp.weixin.qq.com/s?__biz=MjM5ODI5MDA4MA==&mid=201849402&idx=1&sn=c0089812f9769d82e0075f69d771f6e1#rd', // 微信关注地址
72 'appUrl' => 'http://www.yohoshow.com/about/index/yohobuyqr', // APP 下载地址 72 'appUrl' => 'http://www.yohoshow.com/about/index/yohobuyqr', // APP 下载地址
73 - 'shareTitle' => '新势力',  
74 - 'shareDesc' => '新势力领券', 73 + 'shareTitle' => 'YOHO!BUY有货【春潮新势力】火力全开!350元优惠券限时派送中',
  74 + 'shareDesc' => 'Wake up!Boys & Girls!一起来YOHO!玩潮流!',
75 'shareImg' => 'http://img02.yohoboys.com/staticimg/2016/02/19/16/02dbd38c84eccf1097b7e240452f0de856.png', 75 'shareImg' => 'http://img02.yohoboys.com/staticimg/2016/02/19/16/02dbd38c84eccf1097b7e240452f0de856.png',
76 'shareLink' => Helpers::url('/cuxiao/xinshili/index') 76 'shareLink' => Helpers::url('/cuxiao/xinshili/index')
77 )); 77 ));
@@ -107,7 +107,7 @@ class XinshiliController extends HuodongAction @@ -107,7 +107,7 @@ class XinshiliController extends HuodongAction
107 // 设置环境变量 107 // 设置环境变量
108 switch (APPLICATION_ENV) { 108 switch (APPLICATION_ENV) {
109 case 'production': // 生产 109 case 'production': // 生产
110 - return 388; 110 + return 506;
111 case 'preview': // 预览 111 case 'preview': // 预览
112 case 'testing': // 测试 112 case 'testing': // 测试
113 case 'develop': // 开发 113 case 'develop': // 开发