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
9db2ba5ed8741f8275126c1504facde69a3da6ba
1 parent
8565bbfd
common.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
static/js/common.js
static/js/common.js
View file @
9db2ba5
...
...
@@ -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
-debug
.js'
,
'_yas'
);
(
function
()
{
var
uid
=
getUid
();
...
...
@@ -210,8 +210,9 @@ function reMarginFooter(fixedElement) {
data
:
bpIdArr
[
2
]
};
console
.
log
(
jsonData
);
window
.
_yas
.
sendCustomInfo
(
jsonData
,
bpIdArr
[
3
]);
});
console
.
log
(
Boolean
(
parseInt
(
bpIdArr
[
3
])));
window
.
_yas
.
sendCustomInfo
(
jsonData
,
Boolean
(
parseInt
(
bpIdArr
[
3
])));
})
}
}());
...
...
Please
register
or
login
to post a comment