Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
b60566bc674a753ca56fc1ca8d199eec212050a8
1 parent
62704a7e
do fixes bug to nav bar and guang home page show one tab data
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 @
b60566b
...
...
@@ -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 @
b60566b
<?php
use
Action\AbstractAction
;
use
Category\ClassModel
;
use
Plugin\Helpers
;
/**
* 品类
...
...
Please
register
or
login
to post a comment