微信小程序IOS防止页面左右滑动
//根元素
.index {
    overflow: hidden;
}
.myPage{
background: #F5F4F0;
height: 100vh;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
overflow: hidden;
}
    注:以上内容仅用于日常学习
//根元素
.index {
    overflow: hidden;
}
.myPage{
background: #F5F4F0;
height: 100vh;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
overflow: hidden;
}
