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
Plain Diff
Browse Files
Authored by
郭成尧
2017-05-18 10:40:47 +0800
Commit
e0ca081372551fe45cda374c125e50a60675a784
2 parents
1dea9211
4f42a1cb
Merge branch 'feature/shareBuy' into 'release/5.7'
act_id See merge request
!572
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/activity/controllers/share-buy.js
apps/activity/controllers/share-buy.js
View file @
e0ca081
...
...
@@ -4,7 +4,7 @@ const shareBuyModel = require('../models/share-buy'),
headerModel
=
require
(
'../../../doraemon/models/header'
);
exports
.
index
=
(
req
,
res
,
next
)
=>
{
let
activityId
=
req
.
query
.
act
ivity
_id
||
2023
,
let
activityId
=
req
.
query
.
act_id
||
2023
,
isApp
=
req
.
yoho
.
isApp
,
uid
=
req
.
user
.
uid
;
...
...
Please
register
or
login
to post a comment