Merge branch 'featrue/4.5' of http://git.dev.yoho.cn/web/yohobuywap into featrue/4.5
Showing
1 changed file
with
12 additions
and
0 deletions
@@ -202,6 +202,18 @@ function reMarginFooter(fixedElement) { | @@ -202,6 +202,18 @@ function reMarginFooter(fixedElement) { | ||
202 | 202 | ||
203 | if (window._yas) { | 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 | + var bpIdArr = $(this).data('bpId').split('_'); | ||
208 | + var jsonData = { | ||
209 | + page: bpIdArr[0], | ||
210 | + floor: bpIdArr[1], | ||
211 | + data: bpIdArr[2] | ||
212 | + }; | ||
213 | + | ||
214 | + window._yas.sendCustomInfo(jsonData, bpIdArr[3]); | ||
215 | + }); | ||
216 | + }); | ||
205 | } | 217 | } |
206 | }()); | 218 | }()); |
207 | 219 |
-
Please register or login to post a comment