Showing
1 changed file
with
1 additions
and
1 deletions
@@ -11,7 +11,7 @@ var $footer = $('#yoho-footer'), | @@ -11,7 +11,7 @@ var $footer = $('#yoho-footer'), | ||
11 | $header = $('.yoho-header'); | 11 | $header = $('.yoho-header'); |
12 | 12 | ||
13 | //为您优选-40位随机数指纹请求id | 13 | //为您优选-40位随机数指纹请求id |
14 | -var RECID = new Date().getTime() + '_WEB_' + Math.floor(Math.random() * 10); | 14 | +var RECID = (new Date().getTime() + '_H5_YOHOBUY_' + Math.floor(Math.random() * 1000000 + 1000000) + '_' + Math.floor(Math.random() * 1000000 + 1000000)); |
15 | 15 | ||
16 | function cookie(name) { | 16 | function cookie(name) { |
17 | var cookies = document.cookie, | 17 | var cookies = document.cookie, |
-
Please register or login to post a comment