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
QC-L
6 years ago
Commit
2a331c671e339260360524033a9f0a2a74936587
1 parent
d48b11f9
rm console
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
apps/activity/controllers/group.js
apps/activity/controllers/group.js
View file @
2a331c6
...
...
@@ -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'
,
...
...
Please
register
or
login
to post a comment