【小程序】弹出弹框禁止底层内容滑动
2021-03-01 本文已影响0人
歌声缓缓
在弹出的view标签添加 catchtouchmove="return"
<view class="bgintroduce" catchtouchmove="return" wx:if="{{imgUrls.length>0}}" style="display:{{isdisplay?'block':'none'}}">
</view>
在弹出的view标签添加 catchtouchmove="return"
<view class="bgintroduce" catchtouchmove="return" wx:if="{{imgUrls.length>0}}" style="display:{{isdisplay?'block':'none'}}">
</view>