Merge branch 'release/5.4' of git.yoho.cn:fe/yohobuy-node into release/5.4
Showing
2 changed files
with
3 additions
and
3 deletions
@@ -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/2.1.2/yas.js', '_yas')); // eslint-disable-line | 112 | + 'cdn.yoho.cn/yas-jssdk/2.2.2/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(), '2.1.2', 'yohobuy_web', uid, '', ''); | 122 | + window._yas(1 * new Date(), '2.2.2', 'yohobuy_web', uid, '', ''); |
123 | } | 123 | } |
124 | }()); | 124 | }()); |
125 | 125 |
-
Please register or login to post a comment