get(item,index){ console.log(item,index) this.$nextTick(() => { item.get = '不领取'; $(this).css('color','yellow') }) 能够获取到数据的当前的元素以及index,和数组对象的数据更新复制代码