Merge branch 'release/wap-optim' of git.yoho.cn:fe/yohobuywap-node into release/wap-optim
Showing
1 changed file
with
6 additions
and
1 deletions
@@ -117,7 +117,12 @@ const index = (req, res) => { | @@ -117,7 +117,12 @@ const index = (req, res) => { | ||
117 | if (!result) { | 117 | if (!result) { |
118 | return; | 118 | return; |
119 | } | 119 | } |
120 | - | 120 | + res.cookie('installmentUid', req.query.uid); |
121 | + res.cookie('yhChannel', req.query.yh_channel); | ||
122 | + res.cookie('udid', req.query.udid); | ||
123 | + res.cookie('clientType', req.query.client_type); | ||
124 | + res.cookie('appVersion', req.query.app_version); | ||
125 | + | ||
121 | res.render('installment/open-index', _.assign({ | 126 | res.render('installment/open-index', _.assign({ |
122 | module: 'home', | 127 | module: 'home', |
123 | page: 'installment', | 128 | page: 'installment', |
-
Please register or login to post a comment