ocument).on("click",".js-download-common",function(evt){ evt.preventDefault(); var href = $(this).data('href') var sid = $(this).data('sid') var name = $(this).data('name') var apkid = $(this).data('apkid') sendImgLog('/20240430292578/eOKhG2.html') log('popup_down_click') if(use_ws_sdk){ console.log('use_ws_sdk'); Util.showToast('开始下载 . . .'); window.WebviewInterface.download({ download_url : href, app_name: name, pkg_name: apkid, version: '5.1.7', icon_url: 'https://p0.qhimg.com/t012150fe36a0e7c1e5.png' }) }else{ window.location.href = href } }); var mySwiper $('.app-trumb').on('click', function(evt){ var index = $(".app-image .app-trumb").index(this); $('#swiper').show(); mySwiper = new Swiper('#swiper', { pagination: '.swiper-pagination', initialSlide: index }) }); $('#swiper').on('click', function(evt){ mySwiper.destroy(true,true); $('#swiper').hide(); }); })();