最简单粗暴的方法,就是给蒙层的最外层div加上禁止穿透

  document.getElementsById("modal-wrapper").ontouchmove = (e) => {
    e.preventDefault();
  }  

桃小妖
278 声望16 粉丝