Authored by QC-L

rm console

... ... @@ -34,7 +34,6 @@ function goodsTab(req, res, next) {
function newIndex(req, res, next) {
req.ctx(GroupService).newGroupIndex().then(result => {
console.log('isApp: ', req.yoho.isApp);
return res.render('group/newIndex', {
title: '有货福利团',
page: 'group',
... ...