Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
2016-02-18 11:27:09 +0800
Commit
b74876131d05c97e7c4cab6cd854b5e00139aa42
1 parent
ccfd7695
code review by fei.hong: modify home page recordContent get udid test
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
b748761
...
...
@@ -203,10 +203,7 @@ class HomeController extends AbstractAction
if
(
$this
->
isAjax
())
{
$uid
=
$this
->
getUid
(
true
);
$udid
=
$this
->
getCookie
(
'suid'
);
if
(
!
$udid
)
{
$udid
=
$uid
.
$this
->
getUdid
();
}
$udid
=
$this
->
getUdid
();
$page
=
$this
->
get
(
'page'
,
1
);
$result
=
UserModel
::
browserRecord
(
$uid
,
$udid
,
$page
,
100
);
}
...
...
Please
register
or
login
to post a comment