natasha 1 年間 前
コミット
d244303ac6

+ 2 - 1
src/components/Adult/preview/DialogueArticleViewChs/WordModelChs.vue

@@ -768,7 +768,8 @@ export default {
         for (let i = 0; i < this.NNPENewWordList.length; i++) {
           let pItem = this.NNPENewWordList[i];
           for (let j = 0; j < pItem.length; j++) {
-            let item = pItem[j];
+            let item = JSON.parse(JSON.stringify(pItem[j]));
+            item.newWordMp3 = "";
             if (item.new_word.trim() == val.trim()) {
               let wordlist = val.split("");
               this.word = { list: wordlist, detail: item };