安卓机部分机型不能滑动的bug
我的自己改好了,你可以参考一下。
css里加入
* { touch-action: none; }js里touchstart方法最后加了一句
document.addEventListener("touchmove", function(e) {
    e.preventDefault();
});
                                    
                                            为什么我把LArea.js使用require引进之后,选择好地址之后,为什么会创建重复之前选择的地址,比如我是第三次选择地址,点击弹框出来之后,会创建三个的弹框,为什么会这样呢,哪位大神能帮忙解决一下
图片没上传上去
LArea.js:277 Uncaught TypeError: Cannot read property 'querySelectorAll' of null at MobileArea.setGearTooth (LArea.js:277) at setGear (LArea.js:244) at LArea.js:229
回复