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
whb
9 years ago
Commit
92cc5a286a19cfe013cd5b961f2ce05fffc892cb
1 parent
b2f026cc
PC的收藏添加转接
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/www.yohobuy.com/application/modules/Home/controllers/Favorite.php
yohobuy/www.yohobuy.com/application/modules/Home/controllers/Favorite.php
View file @
92cc5a2
...
...
@@ -20,7 +20,7 @@ class FavoriteController extends WebAction
public
function
indexAction
()
{
//判断是否登录
$uid
=
$this
->
auditJumpLogin
();
$uid
=
$this
->
auditJumpLogin
(
true
,
Helpers
::
url
(
'/home/favorite'
)
);
$udid
=
$uid
.
$this
->
getUdid
();
//头部导航
$channel
=
Helpers
::
getChannelNameByCookie
();
...
...
Please
register
or
login
to post a comment