标签: aframe aframe-react
我正在尝试渲染图像,每张图像都应该是可点击的。我试着写下面的代码。但是,当用户访问该组件时,会触发单击事件。你能解释一下为什么会这样吗?
the code that I wrote is here
答案 0 :(得分:0)
当我使用回调函数时,它就解决了!
events = {{click:()=> this.props.addToCart(item.product_id)}} 的