微信小程序自定义弹窗滚动与页面滚动冲突的解
网络编程 2021-07-04 15:51www.168986.cn编程入门
这篇文章主要为大家详细介绍了微信小程序自定义弹窗滚动与页面滚动冲突的解决方法,具有一定的参考价值,感兴趣的小伙伴们可以参考一下
本文为大家分享了微信小程序自定义弹窗滚动与页面滚动冲突的解决方法,供大家参考,具体内容如下
先看效果是否是自己需要的
实现步骤
1.整个布局用作为根节点包裹所有view,并动态绑定scroll-view的scroll-y属性
2.样式文件中设置Page的overflow-y属性值为hidden
3.样式文件中设置scroll-view的height属性值为100%
4.打开自定义弹窗的点击事件中,更改isScroll的值为false,关闭弹窗的点击事件中,更改isScroll的值为true
JS:
Page({ / 页面的初始数据 / data: { arrayData: null, dialogData: null, isDialogShow: false, isScroll: true }, / 生命周期函数--监听页面加载 / onLoad: function (options) { //构建测试数据 let data = new Array(); let dialog = new Array(); for (let i = 0; i < 25; i++) { data[i] = '我是测试-----------' + i; dialog[i] = { name: '我是弹窗-' + i, isSelected: false }; } this.setData({ arrayData: data, dialogData: dialog }); }, / 显示、关闭弹窗 / showDialog: function (e) { var currentStatu = e.currentTarget.dataset.statu; console.log('currentStatu:', currentStatu); //关闭 if (currentStatu == "close") { this.setData({ isDialogShow: false, isScroll: true }); } // 显示 if (currentStatu == "open") { this.setData({ isDialogShow: true, isScroll: false }); } } })
wxml
<button>做点什么</button> <scroll-view scroll-y="{{isScroll}}"> <view class="rootView"> <view class="inTable"> <view wx:for="{{arrayData}}" wx:key="" class="unitItemLeft" bindtap="showDialog" data-statu="open"> <input class="baseItemWithBorder" value="{{item}}" disabled /> </view> </view> </view> </scroll-view> <!--测试弹窗--> <view class="dialogMarsk" bindtap="showDialog" data-statu="close" wx:if="{{isDialogShow}}"></view> <!--dialog--> <view class="dialog" wx:if="{{isDialogShow}}"> <view class="appreciationTitle"> <text style="font-size:24px;">我是弹窗</text> </view> <view wx:for="{{dialogData}}" class="appreciationTable"> <view class="unitItemLeft"> <text class="baseItemWithBorder">{{item.name}}</text> </view> </view> </view>
wxss
Page { position: absolute; font-size: 36rpx; width: 100%; height: 100%; display: block; background: #FAFAFA; overflow-y: hidden; } scroll-view { height: 100%; } .rootView{ / width: 100%; / padding: 10rpx; display: flex; flex-direction: column; } .baseItemWithBorder{ flex-grow: 1; height: 100%; padding-left: 20rpx; padding-right: 20rpx; border-bottom: solid 1rpx gainsboro; } .inTable{ width: 100%; display: flex; box-shadow:5px 5px 10px gray; flex-direction: column; margin-: 40rpx; background: white; } .inDetail{ width: 100%; height: 80rpx; display: flex; } .unitLeft{ justify-content: flex-start; padding-left: 20rpx; } .unitItemLeft{ width: 100%; height: 80rpx; display: flex; flex-direction: row; } .dialogMarsk { width: 100%; height: 100%; position: fixed; : 0; left: 0; z-index: 1000; background: rgba(0, 0, 0, 0.6); overflow: hidden; } .dialog { width: 80%; height: 50%; position: fixed; : 10%; z-index: 1001; background: #FAFAFA; border-radius: 3px; overflow-y: scroll; } .appreciationTable{ width: 98%; display: flex; flex-direction: column; background: white; margin: 0 10rpx; } .appreciationTitle{ width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-: 20rpx; margin-bottom: 20rpx; }
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持狼蚁SEO。
上一篇:百度小程序自定义通用toast组件
下一篇:JS实现返回上一页并刷新页面的方法分析
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程