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
Rock Zhang
2015-10-16 12:54:32 +0800
Commit
4ca32e6631c9376a5bb061218fa4e67fadf214c5
2 parents
4f28eac1
d9841c30
Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/Plugin/Helpers.php
library/Plugin/Helpers.php
View file @
4ca32e6
...
...
@@ -82,7 +82,7 @@ class Helpers
$result
=
array
();
$result
[
'id'
]
=
$articleData
[
'id'
];
$result
[
'showTag'
]
=
$showTag
;
$result
[
'showTag
s
'
]
=
$showTag
;
$result
[
'img'
]
=
self
::
getImageUrl
(
$articleData
[
'src'
],
640
,
640
);
$result
[
'url'
]
=
$articleData
[
'url'
];
// @todo
$result
[
'title'
]
=
$articleData
[
'title'
];
...
...
Please
register
or
login
to post a comment