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
8da0519a441d3435fed875bff80f3e69ccad99f2
1 parent
cdcaac3c
去除多余的代码
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
8da0519
...
...
@@ -369,7 +369,6 @@ class HomeController extends AbstractAction
$limit
=
$this
->
get
(
'limit'
,
30
);
$suggest
=
\Index\UserModel
::
getSuggestData
(
$udid
,
$page
,
$limit
);
print_r
(
$suggest
);
$this
->
_view
->
display
(
'suggest'
,
array
(
'suggestPage'
=>
true
,
//加载js
...
...
Please
register
or
login
to post a comment