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
2ae2caae0e950240f348b1f62c10ae07066bc87d
1 parent
b6d0f48c
common.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
static/js/common.js
static/js/common.js
View file @
2ae2caa
...
...
@@ -191,7 +191,7 @@ function reMarginFooter(fixedElement) {
a
.
async
=
1
;
a
.
src
=
j
;
m
.
parentNode
.
insertBefore
(
a
,
m
);
})(
window
,
document
,
'script'
,
(
'https:'
==
document
.
location
.
protocol
?
'https'
:
'http'
)
+
'://'
+
'cdn.yoho.cn/yas-jssdk/1.0.15/yas.js'
,
'_yas'
);
})(
window
,
document
,
'script'
,
(
'https:'
==
=
document
.
location
.
protocol
?
'https'
:
'http'
)
+
'://'
+
'cdn.yoho.cn/yas-jssdk/1.0.15/yas.js'
,
'_yas'
);
(
function
()
{
var
uid
=
getUid
();
...
...
@@ -201,7 +201,19 @@ function reMarginFooter(fixedElement) {
window
.
_ozuid
=
uid
;
//暴露ozuid
if
(
window
.
_yas
)
{
window
.
_yas
(
1
*
new
Date
(),
'1.0.15'
,
'yohobuy_m'
,
uid
,
''
,
''
);
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
]);
});
});
}
}());
...
...
Please
register
or
login
to post a comment