Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
9 years ago
Commit
244e0e95d707d660374f936afbf4ba20a1f18c38
1 parent
08a7927b
埋点 param json
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
static/js/common.js
static/js/common.js
View file @
244e0e9
...
...
@@ -279,7 +279,7 @@ function reMarginFooter(fixedElement) {
function
givePoint
(
parameter
)
{
var
CID
=
1
;
if
(
!
window
.
_yas
.
sendCustomInfo
)
{
if
(
!
window
.
_yas
)
{
return
false
;
}
...
...
@@ -309,12 +309,6 @@ function givePoint(parameter) {
'page_num'
:
1
},
parameter
);
console
.
log
({
'op'
:
'YB_CHOOSE_FOR_YOU_Y'
,
'uid'
:
getUid
(),
'param'
:
parameter
},
'yas=WEB=='
);
if
(
parameter
.
REC_POSE
===
''
||
parameter
.
PRD_ID
===
''
)
{
return
true
;
}
...
...
@@ -322,7 +316,7 @@ function givePoint(parameter) {
window
.
_yas
.
sendCustomInfo
({
'op'
:
'YB_CHOOSE_FOR_YOU_Y'
,
'uid'
:
getUid
(),
'param'
:
parameter
'param'
:
JSON
.
stringify
(
parameter
)
},
true
);
}
...
...
Please
register
or
login
to post a comment