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
郝肖肖
2016-11-30 17:46:32 +0800
Commit
fde4fe37b6ff295a86c1cf8d26adc1cf79e7d9c8
2 parents
8eddb529
e3899fa3
Merge branch 'release/wap-optim' of git.yoho.cn:fe/yohobuywap-node into release/wap-optim
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
apps/home/controllers/installment.js
apps/home/controllers/installment.js
View file @
fde4fe3
...
...
@@ -117,6 +117,11 @@ const index = (req, res) => {
if
(
!
result
)
{
return
;
}
res
.
cookie
(
'installmentUid'
,
req
.
query
.
uid
);
res
.
cookie
(
'yhChannel'
,
req
.
query
.
yh_channel
);
res
.
cookie
(
'udid'
,
req
.
query
.
udid
);
res
.
cookie
(
'clientType'
,
req
.
query
.
client_type
);
res
.
cookie
(
'appVersion'
,
req
.
query
.
app_version
);
res
.
render
(
'installment/open-index'
,
_
.
assign
({
module
:
'home'
,
...
...
Please
register
or
login
to post a comment