Merge branch 'feature/bigdata_burying' into release/1208
# Conflicts: # package.json
Showing
1 changed file
with
12 additions
and
0 deletions
@@ -230,6 +230,18 @@ plusstar = { | @@ -230,6 +230,18 @@ plusstar = { | ||
230 | actionUrl.push($(this).attr('href')); | 230 | actionUrl.push($(this).attr('href')); |
231 | }); | 231 | }); |
232 | 232 | ||
233 | + aDom.on('click', function() { | ||
234 | + window._yas.sendAppLogs({ | ||
235 | + appop: 'YB_H5_PAGE_FLR_C', | ||
236 | + param: JSON.stringify({ | ||
237 | + C_ID: window._ChannelVary[window.cookie('_Channel')] || 1, | ||
238 | + PAGE_URL: window.originUrl, | ||
239 | + PAGE_NAME: window.qs.title || document.title, | ||
240 | + F_URL: $(this).attr('href') | ||
241 | + }) | ||
242 | + }, true); | ||
243 | + }); | ||
244 | + | ||
233 | window._yas.sendAppLogs({ | 245 | window._yas.sendAppLogs({ |
234 | appop: 'YB_H5_SHOW', | 246 | appop: 'YB_H5_SHOW', |
235 | param: JSON.stringify({ | 247 | param: JSON.stringify({ |
-
Please register or login to post a comment