Authored by 沈志敏

Merge branch 'feature/featureTemplate' into release/5.5

... ... @@ -106,7 +106,7 @@
<script src="//cdn.yoho.cn/m-yohobuy-node/{{version}}/{{module}}.{{page}}.js"></script>
{{/if}}
{{#isFeature}}
<script type="text/javascript" src="//cdn.yoho.cn/js-sdk/1.1.7/jssdk.js"></script>
<script type="text/javascript" src="//cdn.yoho.cn/js-sdk/1.2.0/jssdk.js"></script>
{{/isFeature}}
{{#unless devEnv}}
{{> analysis}}
... ...
... ... @@ -12,7 +12,7 @@
a.async = 1;
a.src = j;
m.parentNode.insertBefore(a, m);
}(window, document, 'script', (document.location.protocol === 'https:' ? 'https:' : 'http:') + '//cdn.yoho.cn/yas-jssdk/2.3.2/yas.js', '_yas'));
}(window, document, 'script', (document.location.protocol === 'https:' ? 'https:' : 'http:') + '//cdn.yoho.cn/yas-jssdk/2.3.3/yas.js', '_yas'));
var _hmt = _hmt || [];
... ... @@ -56,7 +56,7 @@
uid = uid === 0 ? '' : uid;
window._ozuid = uid; // 暴露ozuid
if (window._yas) {
window._yas(1 * new Date(), '2.3.2', 'yohobuy_m', uid, '', '');
window._yas(1 * new Date(), '2.3.3', 'yohobuy_m', uid, '', '');
}
setTimeout(function() {
... ...