Authored by yyq

update version

{
"name": "yohobuy-node",
"version": "6.1.4",
"version": "6.1.5",
"private": true,
"description": "A New Yohobuy Project With Express",
"repository": {
... ... @@ -55,7 +55,7 @@
"urlencode": "^1.1.0",
"uuid": "^2.0.2",
"yoho-express-session": "^2.0.0",
"yoho-node-lib": "=0.5.8",
"yoho-node-lib": "=0.5.10",
"yoho-zookeeper": "^1.0.8"
},
"devDependencies": {
... ...
... ... @@ -114,7 +114,7 @@ function getShoppingKey() {
a.src = j;
m.parentNode.insertBefore(a, m);
}(window, document, 'script', (document.location.protocol === 'https:' ? 'https:' : 'http:') + '//' + // eslint-disable-line
'cdn.yoho.cn/yas-jssdk/2.4.6/yas.js', '_yas')); // eslint-disable-line
'cdn.yoho.cn/yas-jssdk/2.4.7/yas.js', '_yas')); // eslint-disable-line
(function() {
var uid = getUid();
... ... @@ -124,7 +124,7 @@ function getShoppingKey() {
window._ozuid = uid; // 暴露ozuid
if (window._yas) {
window._yas(1 * new Date(), '2.4.6', 'yohobuy_web', uid, '', '');
window._yas(1 * new Date(), '2.4.7', 'yohobuy_web', uid, '', '');
}
}());
... ...