vue的数组的数据的更新 css筑梦 2019-07-01 139 阅读1分钟 get(item,index){ console.log(item,index) this.$nextTick(() => { item.get = '不领取'; $(this).css('color','yellow') }) 可以获取到数据的当前的元素以及index,和数组对象的数据更新