natasha 1 år sedan
förälder
incheckning
351d8a72d8
1 ändrade filer med 2 tillägg och 1 borttagningar
  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)
         });