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
Rock Zhang
2015-12-03 20:47:21 +0800
Commit
54d7233fb7621b1de89a98b04dd96cdda57ec502
1 parent
028fb15f
修复各频道首页报错的bug,是由楼层数据为空导致
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
library/Plugin/DataProcess/FloorProcess.php
library/Plugin/DataProcess/FloorProcess.php
View file @
54d7233
...
...
@@ -34,6 +34,10 @@ class FloorProcess
$build
=
array
();
foreach
(
$data
[
'list'
]
as
$v
)
{
if
(
empty
(
$v
))
{
continue
;
}
$fun
=
$v
[
'template_name'
];
if
(
empty
(
$v
[
'data'
])
||
!
is_callable
(
"self::
$fun
"
))
{
continue
;
...
...
Please
register
or
login
to post a comment