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
Rock Zhang
9 years ago
Commit
e159b73ecf4575b188cdd7007dd31e18834fce21
1 parent
83cf6dda
修复收藏的品牌的bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
e159b73
...
...
@@ -137,7 +137,8 @@ class HomeController extends AbstractAction
if
(
$this
->
isAjax
())
{
$uid
=
$this
->
getUid
(
true
);
$page
=
$this
->
post
(
'page'
,
1
);
$result
=
UserModel
::
getFavBrandData
(
$uid
,
10
,
$page
,
10
);
$gender
=
Helpers
::
getGenderByCookie
();
$result
=
UserModel
::
getFavBrandData
(
$uid
,
$gender
,
$page
,
10
);
}
if
(
empty
(
$result
))
{
...
...
Please
register
or
login
to post a comment