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
rqq
9 years ago
Commit
26f74c4cebcba110e6c91cb96f29543e347f4734
1 parent
650ac44e
common.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
static/js/common.js
static/js/common.js
View file @
26f74c4
...
...
@@ -201,18 +201,18 @@ function reMarginFooter(fixedElement) {
window
.
_ozuid
=
uid
;
//暴露ozuid
if
(
window
.
_yas
)
{
window
.
_yas
(
1
*
new
Date
(),
'1.0.14'
,
'yohobuy_m'
,
uid
,
''
,
''
);
$
(
'.buriedpoint'
).
each
(
function
()
{
$
(
this
).
click
(
function
(
e
)
{
var
bpIdArr
=
$
(
this
).
data
(
'bpId'
).
split
(
'_'
);
var
jsonData
=
{
page
:
bpIdArr
[
0
],
floor
:
bpIdArr
[
1
],
data
:
bpIdArr
[
2
]
};
window
.
_yas
.
sendCustomInfo
(
jsonData
,
bpIdArr
[
3
]);
});
window
.
_yas
(
1
*
new
Date
(),
'1.0.15'
,
'yohobuy_m'
,
uid
,
''
,
''
);
$
(
'.buriedpoint'
).
click
(
function
(
e
)
{
var
bpIdArr
=
$
(
this
).
attr
(
'data-bp-id'
).
split
(
'_'
);
var
jsonData
=
{
page
:
bpIdArr
[
0
],
floor
:
bpIdArr
[
1
],
data
:
bpIdArr
[
2
]
};
console
.
log
(
jsonData
);
window
.
_yas
.
sendCustomInfo
(
jsonData
,
bpIdArr
[
3
]);
});
}
}());
...
...
Please
register
or
login
to post a comment