Authored by 梁志锋

提交ge的文件

@@ -209,7 +209,7 @@ function reMarginFooter(fixedElement) { @@ -209,7 +209,7 @@ function reMarginFooter(fixedElement) {
209 a.async = 1; 209 a.async = 1;
210 a.src = j; 210 a.src = j;
211 m.parentNode.insertBefore(a, m); 211 m.parentNode.insertBefore(a, m);
212 -})(window, document, 'script', 'http://cdn.yoho.cn/yas-jssdk/1.0.13.6.3/yas.js', '_yas'); 212 +})(window, document, 'script', 'http://cdn.yoho.cn/yas-jssdk/1.0.14/yas-debug.js', '_yas');
213 213
214 (function() { 214 (function() {
215 var uid = getUid(); 215 var uid = getUid();
@@ -219,7 +219,7 @@ function reMarginFooter(fixedElement) { @@ -219,7 +219,7 @@ function reMarginFooter(fixedElement) {
219 window._ozuid = uid;//暴露ozuid 219 window._ozuid = uid;//暴露ozuid
220 220
221 if (window._yas) { 221 if (window._yas) {
222 - window._yas(1 * new Date(), '1.0.13.6.3', 'yohobuy_m', uid, '', ''); 222 + window._yas(1 * new Date(), '1.0.14', 'yohobuy_m', uid, '', '');
223 } 223 }
224 }()); 224 }());
225 225
@@ -4926,16 +4926,16 @@ function search(opt) { @@ -4926,16 +4926,16 @@ function search(opt) {
4926 if (window._yas) { 4926 if (window._yas) {
4927 switch (navType) { 4927 switch (navType) {
4928 case 'newest': 4928 case 'newest':
4929 - window._yas(1 * new Date(), '1.0.13.6.3', 'yohobuy_m', window._ozuid,  
4930 - '', '.new-goods .good-info .good-detail-img .good-thumb'); 4929 + window._yas(1 * new Date(), '1.0.14', 'yohobuy_m', window._ozuid,
  4930 + '', $('.new-goods .good-info .good-detail-img .good-thumb'));
4931 break; 4931 break;
4932 case 'price': 4932 case 'price':
4933 - window._yas(1 * new Date(), '1.0.13.6.3', 'yohobuy_m', window._ozuid,  
4934 - '', '.price-goods .good-info .good-detail-img .good-thumb'); 4933 + window._yas(1 * new Date(), '1.0.14', 'yohobuy_m', window._ozuid,
  4934 + '', $('.price-goods .good-info .good-detail-img .good-thumb'));
4935 break; 4935 break;
4936 case 'discount': 4936 case 'discount':
4937 - window._yas(1 * new Date(), '1.0.13.6.3', 'yohobuy_m', window._ozuid,  
4938 - '', '.discount-goods .good-info .good-detail-img .good-thumb'); 4937 + window._yas(1 * new Date(), '1.0.14', 'yohobuy_m', window._ozuid,
  4938 + '', $('.discount-goods .good-info .good-detail-img .good-thumb'));
4939 break; 4939 break;
4940 } 4940 }
4941 } 4941 }
This diff could not be displayed because it is too large.