uniapp 中弹出层滚动穿透解决方案
<view class="fui-scroll__wrap fs-pb120" @touchmove.stop.prevent="()=>{}"> </view>
可直接在弹出层最后加入 @touchmove.stop.prevent="()=>{}"
<view class="fui-scroll__wrap fs-pb120" @touchmove.stop.prevent="()=>{}"> </view>
可直接在弹出层最后加入 @touchmove.stop.prevent="()=>{}"