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
郝肖肖
2017-10-26 14:27:42 +0800
Commit
6f9bcabc9d3befdc6ee0fc5b66fb15db7c37ba7c
1 parent
74e9517c
'guang详情页过滤已经存在的文章'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/guang/models/guang-service.js
apps/guang/models/guang-service.js
View file @
6f9bcab
...
...
@@ -330,7 +330,7 @@ module.exports = class extends global.yoho.BaseModel {
return
_
.
compact
(
_
.
map
(
_
.
get
(
rdata
,
'msgs'
,
[]),
msgs
=>
{
if
(
msgs
.
id
===
id
)
{
return
{}
;
return
null
;
}
return
{
...
...
Please
register
or
login
to post a comment