moguzi12345

在遮罩层中,设置:

<view class="tuikuan-showModal" @touchmove.stop.prevent="moveHandle"></view>  //遮罩层

 在 methods 中,设置:

//遮罩层穿透,阻止底部滑动
moveHandle() { return; },

  

分类:

技术点:

相关文章:

  • 2021-12-19
  • 2022-12-23
  • 2021-06-23
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-31
猜你喜欢
  • 2021-12-19
  • 2022-12-23
  • 2021-12-19
  • 2021-12-19
  • 2021-12-19
相关资源
相似解决方案