Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
2016-01-25 17:35:08 +0800
Commit
ca1c18cacd86e6fdef231a6fd6c12089d35ad008
1 parent
bbe957e6
修复逛列表页banner数据没返回的bug
Code Review By Rock Zhang
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/models/Guang/Index.php
yohobuy/m.yohobuy.com/application/models/Guang/Index.php
View file @
ca1c18c
...
...
@@ -345,7 +345,7 @@ class IndexModel
$build
=
array
();
$build
[
'url'
]
=
Helpers
::
getFilterUrl
(
$value
[
'url'
]);
$build
[
'img'
]
=
Helpers
::
getImageUrl
(
$value
[
'src'
],
830
,
327
);
$
data
[
'guang'
]
[
'swiper'
][]
=
$build
;
$
result
[
'swiper'
][]
=
$build
;
}
}
...
...
Please
register
or
login
to post a comment