update yas version to 1.0.13.2
Showing
4 changed files
with
3 additions
and
4 deletions
@@ -149,7 +149,7 @@ function rePosFooter() { | @@ -149,7 +149,7 @@ function rePosFooter() { | ||
149 | window._ozuid = uid;//暴露ozuid | 149 | window._ozuid = uid;//暴露ozuid |
150 | 150 | ||
151 | if (window._yas) { | 151 | if (window._yas) { |
152 | - window._yas(1 * new Date(), '1.0.13.1', 'yohobuy_m', uid, ''); | 152 | + window._yas(1 * new Date(), '1.0.13.2', 'yohobuy_m', uid, ''); |
153 | } | 153 | } |
154 | }()); | 154 | }()); |
155 | 155 |
@@ -445,5 +445,5 @@ $listNav.on('touchstart', 'li', function() { | @@ -445,5 +445,5 @@ $listNav.on('touchstart', 'li', function() { | ||
445 | 445 | ||
446 | // 用于统计点击了商品列表的第几个商品,序号从1开始计算。 | 446 | // 用于统计点击了商品列表的第几个商品,序号从1开始计算。 |
447 | if (window._yas) { | 447 | if (window._yas) { |
448 | - window._yas(1 * new Date(), '1.0.13.1', 'yohobuy_m', window._ozuid, '#goods-container >div >div .good-thumb >img'); | 448 | + window._yas(1 * new Date(), '1.0.13.2', 'yohobuy_m', window._ozuid, '#goods-container >div >div .good-thumb >img'); |
449 | } | 449 | } |
@@ -28,7 +28,7 @@ | @@ -28,7 +28,7 @@ | ||
28 | a.async=1; | 28 | a.async=1; |
29 | a.src=j; | 29 | a.src=j; |
30 | m.parentNode.insertBefore(a,m); | 30 | m.parentNode.insertBefore(a,m); |
31 | - })(window,document,'script','http://cdn.yoho.cn/yas-jssdk/1.0.13.1/yas.js','_yas'); | 31 | + })(window,document,'script','http://cdn.yoho.cn/yas-jssdk/1.0.13.2/yas.js','_yas'); |
32 | </script> | 32 | </script> |
33 | {{> layout/use}} | 33 | {{> layout/use}} |
34 | {{> layout/analysis}} | 34 | {{> layout/analysis}} |
-
Please register or login to post a comment