Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
youfu
9 years ago
Commit
ea3fb3c0de3b906145638843348305724dda4569
1 parent
eee57879
h5女生节活动第三波添加girlthreeAction for Girlday
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
yohobuy/huodong.m.yohobuy.com/application/modules/Cuxiao/controllers/Girlday.php
yohobuy/huodong.m.yohobuy.com/application/modules/Cuxiao/controllers/Girlday.php
View file @
ea3fb3c
...
...
@@ -122,4 +122,35 @@ class GirldayController extends HuodongAction
}
}
/**
* 领券活动-第三波页面控制器
*/
public
function
girlthreeAction
(){
$this
->
checkLogin
();
//获取跳转到个人中心-我的优惠券链接,并调用接口,完成领券操作
$myCouponUrl
=
Helpers
::
url
(
'/home/coupons'
,
null
,
'default'
)
.
'?openby:yohobuy={"action":"go.coupon"}'
;
$this
->
_view
->
display
(
'girlthree'
,
array
(
'staticTitle'
=>
'YOHO!BUY有货【春潮新势力】'
,
'staticFile'
=>
self
::
STATIC_FILE
,
'staticJS'
=>
array
(
'home.js'
),
'couponUrl'
=>
$myCouponUrl
,
// 个人中心优惠券地址
'isApp'
=>
$this
->
_isApp
,
'getCouponUrl'
=>
Helpers
::
url
(
'/cuxiao/girlday/sendCoupon'
,
array
(
'uid'
=>
$this
->
getLoggedUid
())),
'banner'
=>
array
(
'img'
=>
'http://img02.yohoboys.com/staticimg/2016/03/10/10/02b9827b20adc91409b5301f2232dc9144.jpg'
,
'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"}}}'
),
'selectUrl'
=>
'http://m.yohobuy.com/home/coupons?openby:yohobuy={"action":"go.coupon"}'
,
'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'
=>
'YOHO!BUY有货【春潮新势力】火力全开!320元优惠券限时派送中!'
,
'shareDesc'
=>
'换我做主,用新陪伴!白色情人节限时2件7折!'
,
'shareImg'
=>
'http://img02.yohoboys.com/staticimg/2016/03/10/10/0298ef8fbbb543144af487fbcd6718041b.png'
,
'shareLink'
=>
'http://feature.yoho.cn/0310/0310APPHOME/index.html'
));
}
}
...
...
Please
register
or
login
to post a comment