guanchunjie hace 3 años
padre
commit
90f0ccde62
Se han modificado 1 ficheros con 5 adiciones y 3 borrados
  1. 5 3
      src/components/Adult/preview/Notes.vue

+ 5 - 3
src/components/Adult/preview/Notes.vue

@@ -38,9 +38,11 @@
             <div class="NPC-notes-trans">
               {{ item.interpret }}
             </div>
-            <div class="NPC-notes-note" v-if="item.note">
-              {{ item.note }}
-            </div>
+            <div
+              class="NPC-notes-note"
+              v-if="item.note"
+              v-html="item.note"
+            ></div>
             <div
               class="NPC-notes-note"
               v-if="item.img_list && item.img_list.length > 0"