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
梁志锋
9 years ago
Commit
cebafd383e9795dc13c491857d337e384e2a08fa
1 parent
6fc46bb4
逛页面 正在加载的bug修复
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Index.php
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Index.php
View file @
cebafd3
...
...
@@ -252,7 +252,7 @@ class IndexController extends AbstractAction
$data
=
IndexModel
::
getPageData
(
$gender
,
$sortId
,
$uid
,
$udid
,
$page
,
$tag
,
$authorId
,
$isApp
,
$showAuthor
,
$isTab
);
}
while
(
false
);
if
(
isset
(
$data
))
{
if
(
isset
(
$data
)
&&
!
empty
(
$data
)
)
{
$this
->
_view
->
display
(
'page'
,
$data
);
}
else
{
echo
' '
;
...
...
Please
register
or
login
to post a comment