Authored by yyq

Merge branch 'release/5.4' of git.yoho.cn:fe/yohobuy-node into release/5.4

1 { 1 {
2 "name": "yohobuy-node", 2 "name": "yohobuy-node",
3 - "version": "5.3.18", 3 + "version": "5.3.19",
4 "private": true, 4 "private": true,
5 "description": "A New Yohobuy Project With Express", 5 "description": "A New Yohobuy Project With Express",
6 "repository": { 6 "repository": {
@@ -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