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
郭成尧
2016-07-05 19:17:05 +0800
Commit
5781a4f084b2e98202f0d3d57f7481c4b7f7f8ec
1 parent
5aca9e27
'逛列表页收藏'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Index.php
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Opt.php
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Index.php
View file @
5781a4f
...
...
@@ -144,7 +144,7 @@ class IndexController extends AbstractAction
default
:
// 所有
$gender
=
'1,2,3'
;
}
$uid
=
$this
->
get
(
'uid'
);
$uid
=
$this
->
get
Uid
(
false
);
$udid
=
$this
->
get
(
'udid'
);
if
(
$uid
)
{
$this
->
setSession
(
'uid'
,
$uid
);
...
...
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Opt.php
View file @
5781a4f
...
...
@@ -67,7 +67,7 @@ class OptController extends AbstractAction
}
/* 判断用户是否登录 */
$uid
=
$this
->
get
Session
(
'uid'
);
$uid
=
$this
->
get
Uid
(
false
);
if
(
empty
(
$uid
)
||
!
is_numeric
(
$uid
))
{
break
;
}
...
...
Please
register
or
login
to post a comment