摘要: //解决底部空白 (function () { let myFunction let isWXAndIos = isWeiXinAndIos() if (isWXAndIos) { document.body.addEventListener('focusin', () => { ... 阅读全文
posted @ 2019-07-10 09:46 2人4人 阅读(329) 评论(0) 推荐(0)
摘要: var isClick=true;$('.memeber-listfix').each(function(index){ $(this).on('touchstart', function(evt) { var e = event || evt; disX = e.touches[0].client 阅读全文
posted @ 2019-07-10 08:50 2人4人 阅读(621) 评论(0) 推荐(0)
摘要: 在light7.js下找到fastclick,删除 阅读全文
posted @ 2019-07-10 08:49 2人4人 阅读(320) 评论(0) 推荐(0)