小程序滚动穿透Fix

蒙层:  catchtouchmove=true:

<view class='wx-popup' hidden='{{flag}}' catchtouchmove="{{true}}">

底下的列表:

<view class="content" class="{{hasMask ? 'preventTouchMove' : ' '}}">

 

.preventTouchMove{
   top: 0px ; 
    left:   0px ; 
    width:   100% ; 
    height:   100% ; 
    overflow:   hidden ; 
    position:   relative ; 
    z-index:   0 ; 
}

 

https://developers.weixin.qq.com/community/develop/doc/d615c9a8957a00225ae66b65a8c2bd01

posted on 2019-07-29 17:31  土匪7  阅读(160)  评论(0编辑  收藏  举报