Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
3a2684a994e7ae53fb57bd52f4802d493ebaff3c
1 parent
eaf1b55c
do format shopping cart
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletions
yohobuy/huodong.m.yohobuy.com/application/modules/Cuxiao/controllers/Christmas.php
yohobuy/huodong.m.yohobuy.com/application/modules/Cuxiao/controllers/Christmas.php
View file @
3a2684a
...
...
@@ -62,6 +62,17 @@ class ChristmasController extends HuodongAction
'bannerUrl_2'
=>
'http://feature.yoho.cn/1211/1211APPHOMEGIRL/index.html?openby:yohobuy={"action":"go.h5","params":{"title":"潮集圣诞","url":"http://feature.yoho.cn/1211/1211APPHOMEGIRL/index.html?","share":"\/operations\/api\/v5\/webshare\/getShare","shareparam":{"share_id":"456"},"param":{"share_id":"456"}}}'
,
));
}
/**
* 链接跳转
*
* 备注:判断是苹果还是安卓
*
*/
public
function
goAction
()
{
}
/**
* 检测登录状态
...
...
@@ -71,7 +82,7 @@ class ChristmasController extends HuodongAction
private
function
getLoggedUid
()
{
// 判断是否是应用访问, 拼接APP需要的URL参数
$this
->
_isApp
=
null
!==
$this
->
get
(
'app_version'
);
$this
->
_isApp
=
(
null
!==
$this
->
get
(
'app_version'
)
||
null
!==
$this
->
get
(
'uid'
)
);
$uid
=
false
;
if
(
$this
->
_isApp
)
{
$uid
=
$this
->
get
(
'uid'
);
...
...
Please
register
or
login
to post a comment