natasha 1 年之前
父節點
當前提交
351d8a72d8
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/bookShelf/components/NewWordList.vue

+ 2 - 1
src/views/bookShelf/components/NewWordList.vue

@@ -198,7 +198,8 @@ export default {
                 originalObj: items,
                 hasVoice: items.word_explain.ph_mp3_id||items.word_explain.ph_file_url?true:false,
                 id: items.id,
-                collect: this.likeWord.indexOf(items.word_name)>-1?true:false
+                collect: this.likeWord.indexOf(items.word_name)>-1?true:false,
+                isNew: true
             }
             this.wordList.push(obj)
         });