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
Rock Zhang
9 years ago
Commit
4d6c554500350f27cb463031ebdcb4957f20d917
1 parent
1d8fef91
修改逛资讯列表页的链接地址
Code Review By Rock Zhang
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 @
4d6c554
...
...
@@ -325,7 +325,7 @@ class Helpers
$result
[
'id'
]
=
$articleData
[
'id'
];
$result
[
'showTags'
]
=
$showTag
;
$result
[
'img'
]
=
self
::
getImageUrl
(
$articleData
[
'src'
],
640
,
640
);
$result
[
'url'
]
=
$isApp
?
$articleData
[
'url'
]
:
self
::
url
(
'/info/index'
,
array
(
'id'
=>
$articleData
[
'id'
]),
'guang'
);
$result
[
'url'
]
=
$
articleData
[
'url'
];
//$
isApp ? $articleData['url'] : self::url('/info/index', array('id' => $articleData['id']), 'guang');
$result
[
'title'
]
=
$articleData
[
'title'
];
$result
[
'text'
]
=
$articleData
[
'intro'
];
$result
[
'publishTime'
]
=
$articleData
[
'publish_time'
];
...
...
Please
register
or
login
to post a comment