natasha hai 1 ano
pai
achega
351d8a72d8
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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)
         });