natasha 1 rok temu
rodzic
commit
351d8a72d8
1 zmienionych plików z 2 dodań i 1 usunięć
  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)
         });