Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
e.stopPropagation()无效 有人知道怎么解决嘛
@医生JB https://taro-docs.jd.com/taro/docs/event/
没用
@医生JB const xxx = (e) => { e.stopPropagation(); e.preventDefault(); return false; }
@医生JB 需要在组件内阻止冒泡