vue的数组的数据的更新

get(item,index){
        console.log(item,index)
        this.$nextTick(() => {
            item.get = '不领取';
             $(this).css('color','yellow')
          })
          

能够获取到数据的当前的元素以及index,和数组对象的数据更新复制代码
相关文章
相关标签/搜索