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
yyq
2016-06-22 18:34:47 +0800
Commit
c102bd0700b9294888f324f931c36acf54436961
1 parent
a24412ee
没活动数据楼层不显示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
apps/product/models/outlets-handler.js
apps/product/models/outlets-handler.js
View file @
c102bd0
...
...
@@ -229,6 +229,10 @@ exports.handleOutletsActivityData = (origin, name) => {
dest
.
topic
.
push
(
activity
);
});
if
(
!
dest
.
length
)
{
return
false
;
}
return
dest
;
};
...
...
Please
register
or
login
to post a comment