...
|
...
|
@@ -317,9 +317,8 @@ $('.wei-share').on('touchend', function(e) { |
|
|
});
|
|
|
|
|
|
if ($('#float-layer-btn') && $('#float-layer-btn')[0]) {
|
|
|
var floatLayerBtnHammer = new Hammer($('#float-layer-btn')[0]);
|
|
|
|
|
|
floatLayerBtnHammer.on('tap', function(e) {
|
|
|
$('#float-layer-btn').on('touchstart', function(e) {
|
|
|
if (window._yas && window._yas.sendCustomInfo) {
|
|
|
window._yas.sendCustomInfo({
|
|
|
op: 'YB_DOWNLOAD_C',
|
...
|
...
|
|