<view bindtap="..." /> //父组件
<button catchtap="..." /> //子组件
使用vant也是一样
<van-icon catchtap="..." />//不能使用vant的bind:click
<view bindtap="..." /> //父组件
<button catchtap="..." /> //子组件
使用vant也是一样
<van-icon catchtap="..." />//不能使用vant的bind:click
本文标题:微信小程序view嵌套点击事件
本文链接:https://www.haomeiwen.com/subject/awedcltx.html
网友评论