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
Plain Diff
Browse Files
Authored by
ccbikai
9 years ago
Commit
aa07e39c6c7756f39552a66927e4464418a1be4a
2 parents
da00db4b
ddb7d1de
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
yohobuy/m.yohobuy.com/application/models/Guang/Index.php
yohobuy/m.yohobuy.com/application/modules/Category/controllers/Class.php
yohobuy/m.yohobuy.com/application/models/Guang/Index.php
View file @
aa07e39
...
...
@@ -157,10 +157,10 @@ class IndexModel
}
// 内容列表
if
(
!
empty
(
$article
[
'data'
][
'list'
][
'art
l
ist'
]))
{
if
(
!
empty
(
$article
[
'data'
][
'list'
][
'art
L
ist'
]))
{
$type
=
intval
(
$type
);
foreach
(
$article
[
'data'
][
'list'
][
'artList'
]
as
$value
)
{
$data
[
'guang'
][
'infos'
][
$type
][
'info'
]
=
Helpers
::
formatArticle
(
$value
,
true
,
false
,
true
);
$data
[
'guang'
][
'infos'
][
$type
][
'info'
]
[]
=
Helpers
::
formatArticle
(
$value
,
true
,
false
,
true
);
}
}
...
...
yohobuy/m.yohobuy.com/application/modules/Category/controllers/Class.php
View file @
aa07e39
<?php
use
Action\AbstractAction
;
use
Category\ClassModel
;
use
Plugin\Helpers
;
/**
* 品类
...
...
Please
register
or
login
to post a comment