Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
石坚
2016-10-10 14:03:06 +0200
Commit
481fa456e2a71498e75937f9e1fc49ae0b2e288c
1 parent
4b916cb4
bug修改
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/guang/models/index.js
apps/guang/models/index.js
View file @
481fa45
...
...
@@ -285,7 +285,7 @@ const getHotTags = (page, limit) => {
};
return
serviceApi
.
get
(
'guang/api/v2/article/getTagTop'
,
data
,
{
cache
:
tru
e
cache
:
fals
e
}).
then
(
res
=>
{
return
_
.
map
((
res
&&
res
.
data
)
||
[],
it
=>
{
return
{
...
...
Please
register
or
login
to post a comment