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
zhangxiaoru
9 years ago
Commit
45bc07029593b049634bfa17e9df8c3cf4f14628
1 parent
0131dc35
guang/index
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 @
45bc070
...
...
@@ -190,7 +190,7 @@ class IndexModel
// 内容列表
if
(
!
empty
(
$article
[
'data'
][
'list'
][
'artList'
]))
{
print_r
(
$article
[
'data'
][
'list'
][
'artList'
]);
foreach
(
$article
[
'data'
][
'list'
][
'artList'
]
as
$value
)
{
$data
[
'guang'
][
'infos'
][
$curIndex
][
'info'
][]
=
Helpers
::
formatArticle
(
$value
,
true
,
false
,
true
);
}
...
...
Please
register
or
login
to post a comment