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)
         });