didi / cube-ui

:large_orange_diamond: A fantastic mobile ui lib implement by Vue
https://didi.github.io/cube-ui/
Apache License 2.0
9.14k stars 1.47k forks source link

在Popup 弹层中 无法上下滑动,但滚轮却有效 #583

Closed Max-Law closed 5 years ago

Max-Law commented 5 years ago

Version

1.12.30

Reproduction link

https://eoatestdev.sscc.com/sscc-ow-mobile-web/webstatic/weixin/index.html#/

Steps to reproduce

在Popup填入一个列表,无法滑动

What is expected?

能够拖动

What is actually happening?

不能拖动

Dependencies Version

vue: 2.6.10 better-scroll: 1.15.0

dolymood commented 5 years ago

Popup 中阻止了touchmove事件 可以在popup 里层元素上加上 @touchmove.stop 阻止事件冒泡 后边我们加入到文档中