Authored by 梁志锋

yas需要以支持HTTPS的方式引入

... ... @@ -195,7 +195,7 @@ function reMarginFooter(fixedElement) {
a.async = 1;
a.src = j;
m.parentNode.insertBefore(a, m);
}(window, document, 'script', (document.location.protocol === 'https:' ? 'https' : 'http') + '://cdn.yoho.cn/yas-jssdk/1.0.17/yas.js', '_yas'));
})(window, document, 'script', (document.location.protocol === 'https:' ? 'https' : 'http') + '://' + 'cdn.yoho.cn/yas-jssdk/1.0.17/yas.js', '_yas');
(function() {
var uid = getUid();
... ...