Showing
1 changed file
with
9 additions
and
6 deletions
@@ -69,12 +69,15 @@ $('.res-c').on('click', 'a', function() { | @@ -69,12 +69,15 @@ $('.res-c').on('click', 'a', function() { | ||
69 | } | 69 | } |
70 | 70 | ||
71 | if (window._yas && window._yas.sendCustomInfo) { | 71 | if (window._yas && window._yas.sendCustomInfo) { |
72 | - window._yas.sendCustomInfo({ | ||
73 | - I_INDEX: index, | ||
74 | - F_URL: encodeURIComponent(url), | ||
75 | - F_NAME: name, | ||
76 | - F_INDEX: pIndex, | ||
77 | - F_ID: id | 72 | + window._yas.sendCustomInfo && window._yas.sendCustomInfo({ |
73 | + op: 'YB_MY_BANNER_C', | ||
74 | + param: JSON.stringify({ | ||
75 | + I_INDEX: index, | ||
76 | + F_URL: encodeURIComponent(url), | ||
77 | + F_NAME: name, | ||
78 | + F_INDEX: pIndex, | ||
79 | + F_ID: id | ||
80 | + }) | ||
78 | }, true); | 81 | }, true); |
79 | } | 82 | } |
80 | }); | 83 | }); |
-
Please register or login to post a comment