最简略粗犷的办法,就是给蒙层的最外层div加上禁止穿透

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