Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
2aa161deb7590becb57511fbe9e402757b25f384
1 parent
241cc1ea
boys
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/activity/controllers/special.js
apps/activity/controllers/special.js
View file @
2aa161d
...
...
@@ -21,7 +21,7 @@ const saleLogger = (err, res) => {
exports
.
special
=
(
req
,
res
)
=>
{
let
id
=
req
.
params
[
0
]
||
0
;
let
channel
=
req
.
query
.
channel
?
req
.
query
.
channel
:
'
girl
s'
;
let
channel
=
req
.
query
.
channel
?
req
.
query
.
channel
:
'
boy
s'
;
Promise
.
all
([
headerModel
.
requestHeaderData
(),
specialModel
.
getSpecialData
(
id
)]).
then
((
result
)
=>
{
let
headerData
=
{
...
...
Please
register
or
login
to post a comment