Merge branch 'hotfix/installment-cookie' into 'master'
分期首页去掉js端的设置cookie 分期首页由服务端返回cookies,去掉js端的插入cookie避免重复 See merge request !17
Showing
1 changed file
with
5 additions
and
5 deletions
@@ -168,11 +168,11 @@ var installment = { | @@ -168,11 +168,11 @@ var installment = { | ||
168 | }); | 168 | }); |
169 | }, | 169 | }, |
170 | setCookies: function() { | 170 | setCookies: function() { |
171 | - window.setCookie('installmentUid', window.queryString.uid); | ||
172 | - window.setCookie('yhChannel', window.queryString.yh_channel); | ||
173 | - window.setCookie('udid', window.queryString.udid); | ||
174 | - window.setCookie('clientType', window.queryString.client_type); | ||
175 | - window.setCookie('appVersion', window.queryString.app_version); | 171 | + // window.setCookie('installmentUid', window.queryString.uid); |
172 | + // window.setCookie('yhChannel', window.queryString.yh_channel); | ||
173 | + // window.setCookie('udid', window.queryString.udid); | ||
174 | + // window.setCookie('clientType', window.queryString.client_type); | ||
175 | + // window.setCookie('appVersion', window.queryString.app_version); | ||
176 | } | 176 | } |
177 | }; | 177 | }; |
178 | 178 |
-
Please register or login to post a comment