...
|
...
|
@@ -168,11 +168,11 @@ var installment = { |
|
|
});
|
|
|
},
|
|
|
setCookies: function() {
|
|
|
window.setCookie('installmentUid', window.queryString.uid);
|
|
|
window.setCookie('yhChannel', window.queryString.yh_channel);
|
|
|
window.setCookie('udid', window.queryString.udid);
|
|
|
window.setCookie('clientType', window.queryString.client_type);
|
|
|
window.setCookie('appVersion', window.queryString.app_version);
|
|
|
// window.setCookie('installmentUid', window.queryString.uid);
|
|
|
// window.setCookie('yhChannel', window.queryString.yh_channel);
|
|
|
// window.setCookie('udid', window.queryString.udid);
|
|
|
// window.setCookie('clientType', window.queryString.client_type);
|
|
|
// window.setCookie('appVersion', window.queryString.app_version);
|
|
|
}
|
|
|
};
|
|
|
|
...
|
...
|
|