Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
9 years ago
Commit
09d3cc370f9857f314e7d7b465bfea6389348c99
1 parent
2e142d7d
40位随机字符串
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
web-static/js/common.js
web-static/js/common.js
View file @
09d3cc3
...
...
@@ -8,7 +8,7 @@ var $ = require('yoho.jquery');
var
$body
=
$
(
'body'
);
//为您优选-40位随机数指纹请求id
var
RECID
=
new
Date
().
getTime
()
+
'pc_wwwyohobuycom_'
+
Math
.
floor
(
Math
.
random
()
*
10
);
var
RECID
=
(
new
Date
().
getTime
()
+
'_PC_YOHOBUY_'
+
Math
.
floor
(
Math
.
random
()
*
1000000
+
1000000
)
+
'_'
+
Math
.
floor
(
Math
.
random
()
*
1000000
+
1000000
)
);
require
(
'./footer'
);
...
...
@@ -210,7 +210,7 @@ function givePoint(parameter) {
}
parameter
=
$
.
extend
({
'REC_POSE'
:
120003
,
'REC_POSE'
:
''
,
'REC_ID'
:
RECID
,
'PRD_ID'
:
''
,
'PRD_NUM'
:
0
,
...
...
@@ -225,6 +225,10 @@ function givePoint(parameter) {
'param'
:
parameter
},
'yas==='
);
if
(
parameter
.
REC_POSE
===
''
||
parameter
.
PRD_ID
===
''
)
{
return
true
;
}
window
.
_yas
.
sendCustomInfo
({
'op'
:
'YB_CHOOSE_FOR_YOU_Y'
,
'uid'
:
getUid
(),
...
...
Please
register
or
login
to post a comment