Authored by 郝肖肖

up yas 1.0.18

@@ -109,7 +109,7 @@ function getShoppingKey() { @@ -109,7 +109,7 @@ function getShoppingKey() {
109 a.src = j; 109 a.src = j;
110 m.parentNode.insertBefore(a, m); 110 m.parentNode.insertBefore(a, m);
111 }(window, document, 'script', (document.location.protocol === 'https:' ? 'https' : 'http') + '://' + // eslint-disable-line 111 }(window, document, 'script', (document.location.protocol === 'https:' ? 'https' : 'http') + '://' + // eslint-disable-line
112 - 'cdn.yoho.cn/yas-jssdk/1.0.17/yas.js', '_yas')); // eslint-disable-line 112 + 'cdn.yoho.cn/yas-jssdk/1.0.18/yas.js', '_yas')); // eslint-disable-line
113 113
114 (function() { 114 (function() {
115 var uid = getUid(); 115 var uid = getUid();
@@ -119,7 +119,7 @@ function getShoppingKey() { @@ -119,7 +119,7 @@ function getShoppingKey() {
119 window._ozuid = uid; // 暴露ozuid 119 window._ozuid = uid; // 暴露ozuid
120 120
121 if (window._yas) { 121 if (window._yas) {
122 - window._yas(1 * new Date(), '1.0.17', 'yohobuy_web', uid, '', ''); 122 + window._yas(1 * new Date(), '1.0.18', 'yohobuy_web', uid, '', '');
123 } 123 }
124 }()); 124 }());
125 125