Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Email Patches
Plain Diff
Browse Files
Authored by
沈志敏
2016-11-22 13:40:48 +0800
Commit
3175959ff3f8390b3c68170e4740d8e195bebbf5
1 parent
304e95fe
fix bug
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/product/controllers/outlet.js
apps/product/models/outlet.js
apps/product/controllers/outlet.js
View file @
3175959
...
...
@@ -98,4 +98,4 @@ exports.activityList = (req, res, next) => {
pageFooter
:
true
},
result
));
}).
catch
(
next
);
};
\ No newline at end of file
};
...
...
apps/product/models/outlet.js
View file @
3175959
...
...
@@ -290,4 +290,4 @@ module.exports = {
getActivity
,
getRecentActivity
,
getActivityTime
};
\ No newline at end of file
};
...
...
Please
register
or
login
to post a comment