美文网首页
点击事件传参

点击事件传参

作者: 无言无意 | 来源:发表于2019-05-09 16:22 被阅读0次
    1.小程序点击事件

    1.bindtap,catchtap(防冒泡)

    例如:传值idx为for循环index
    在标签中添加
    data-idx={{index}}
    获取值在点击事件中
    console.log(event.currentTarget.dataset.idx)
    

    相关文章

      网友评论

          本文标题:点击事件传参

          本文链接:https://www.haomeiwen.com/subject/fltgoqtx.html