Authored by 沈志敏

fix bug

... ... @@ -98,4 +98,4 @@ exports.activityList = (req, res, next) => {
pageFooter: true
}, result));
}).catch(next);
};
\ No newline at end of file
};
... ...
... ... @@ -290,4 +290,4 @@ module.exports = {
getActivity,
getRecentActivity,
getActivityTime
};
\ No newline at end of file
};
... ...