vue的數組的數據的更新

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

能夠獲取到數據的當前的元素以及index,和數組對象的數據更新複製代碼
相關文章
相關標籤/搜索