Authored by 梁志锋

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

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