Showing
1 changed file
with
10 additions
and
0 deletions
@@ -320,6 +320,16 @@ $('.wei-share').on('touchend', function(e){ | @@ -320,6 +320,16 @@ $('.wei-share').on('touchend', function(e){ | ||
320 | var floatLayerBtnHammer = new Hammer($('#float-layer-btn')[0]); | 320 | var floatLayerBtnHammer = new Hammer($('#float-layer-btn')[0]); |
321 | 321 | ||
322 | floatLayerBtnHammer.on('tap', function(e) { | 322 | floatLayerBtnHammer.on('tap', function(e) { |
323 | + if (window._yas && window._yas.sendCustomInfo) { | ||
324 | + window._yas.sendCustomInfo({ | ||
325 | + op: 'YB_DOWNLOAD_C', | ||
326 | + param: JSON.stringify({ | ||
327 | + C_ID: window._ChannelVary[window.cookie('_Channel')], | ||
328 | + TO_URL: 'http://www.yohoshow.com/about/index/yohobuyqr' | ||
329 | + }) | ||
330 | + }, true); | ||
331 | + } | ||
332 | + | ||
323 | window.location = 'http://www.yohoshow.com/about/index/yohobuyqr'; | 333 | window.location = 'http://www.yohoshow.com/about/index/yohobuyqr'; |
324 | e.srcEvent.stopPropagation(); | 334 | e.srcEvent.stopPropagation(); |
325 | }); | 335 | }); |
-
Please register or login to post a comment