weui / react-weui

weui for react
https://weui.github.io/react-weui/docs/
2.85k stars 493 forks source link

Picker导致Cell点击事件触发多次 #294

Open cfk199244 opened 5 years ago

cfk199244 commented 5 years ago

picker 导致Cell多次触发事件. Cell点击时弹出了alert(1),然后显示picker. 此时点击界面上任意一个地方, 都会触发Cell事件弹出alert(1),这是不应该的 `

` test.txt

cfk199244 commented 5 years ago

已解决,将Picker放到最外面就不会引起冒泡了