Showing
1 changed file
with
1 additions
and
6 deletions
@@ -200,13 +200,8 @@ function reMarginFooter(fixedElement) { | @@ -200,13 +200,8 @@ function reMarginFooter(fixedElement) { | ||
200 | 200 | ||
201 | window._ozuid = uid;//暴露ozuid | 201 | window._ozuid = uid;//暴露ozuid |
202 | 202 | ||
203 | - if (window._yas && $('.buriedpoint')) { | 203 | + if (window._yas) { |
204 | window._yas(1 * new Date(), '1.0.14', 'yohobuy_m', uid, '', ''); | 204 | window._yas(1 * new Date(), '1.0.14', 'yohobuy_m', uid, '', ''); |
205 | - $('.buriedpoint').each(function() { | ||
206 | - $(this).click(function(e) { | ||
207 | - window._yas.sendMouseEvent(e); | ||
208 | - }); | ||
209 | - }); | ||
210 | } | 205 | } |
211 | }()); | 206 | }()); |
212 | 207 |
-
Please register or login to post a comment