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
于良
9 years ago
Commit
83afa2b227ac792d744f0f0748c36288e3a1a86d
1 parent
5758ba7b
APP内调用plaster时不显示喜欢的状态
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Plusstar.php
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Plusstar.php
View file @
83afa2b
...
...
@@ -165,7 +165,9 @@ class PlusstarController extends AbstractAction
// 相关文章
foreach
(
$brandInfo
[
'getArticleByBrand'
]
as
$value
)
{
$result
=
Helpers
::
formatArticle
(
$value
,
false
,
$isApp
,
false
,
$uid
);
$result
[
'like'
]
=
$value
[
'like'
];
if
(
!
$isApp
)
{
$result
[
'like'
]
=
$value
[
'like'
];
}
$data
[
'ps'
][
'infos'
][]
=
$result
;
}
...
...
Please
register
or
login
to post a comment