为什么获取不到获取当前点击的buttton的兄弟节点

https://img4.mukewang.com/5c7a32d0000153a106610887.jpg

我写了ul 点击第一个li是可以获取到其他的li的 
我不知道为什么上面那个button点击就获取不到其他的button?

https://img4.mukewang.com/5c7a32d80001294908000187.jpg

慕无忌1623718
浏览 408回答 1
1回答

繁星点点滴滴

<div v-for="(item,index) in vote" :key="index">&nbsp; &nbsp; <button @click="dovote(index,item.count,$event)">点击投票{{index+1}}</button>数量:{{item.count}}&nbsp;</div>//遍历出来以后=><div>&nbsp; &nbsp; <button>点击投票{{index+1}}</button>数量:{{item.count}}&nbsp;</div><div>&nbsp; &nbsp; <button>点击投票{{index+1}}</button>数量:{{item.count}}&nbsp;</div><div>&nbsp; &nbsp; <button>点击投票{{index+1}}</button>数量:{{item.count}}&nbsp;</div><div>&nbsp; &nbsp; <button>点击投票{{index+1}}</button>数量:{{item.count}}&nbsp;</div>div遍历出多个,但是每个div里都只有一个button,button哪有同级的兄弟节点?
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript