<scroll-view> 标签禁止滑动不生效问题
<scroll-view scroll-y="{{scroll}}" >
scroll: true/false
弹出层后,scroll设置为false 还是能滑动,
解决方法: 在弹出层加 :catchtouchmove='true'
<scroll-view scroll-y="{{scroll}}" >
scroll: true/false
弹出层后,scroll设置为false 还是能滑动,
解决方法: 在弹出层加 :catchtouchmove='true'