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
yangyang
2015-11-19 10:23:38 +0800
Commit
a10432577777174e289107faf5190a2a5a121e62
1 parent
84821671
修复order一个小问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
a104325
...
...
@@ -520,7 +520,7 @@ class HomeController extends AbstractAction
{
echo
" "
;
}
elseif
(
$page
=
1
)
elseif
(
$page
=
=
1
)
{
$order
[
'walkwayUrl'
]
=
self
::
strollAction
();
}
...
...
Please
register
or
login
to post a comment