Authored by rqq

common.js

... ... @@ -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])));
})
}
}());
... ...