Parcourir la source

云图基本情况富文本显示问题

wang_xy il y a 2 ans
Parent
commit
b14349212a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/forest.vue

+ 1 - 1
src/views/forest.vue

@@ -18,7 +18,7 @@
             <div class="i-list-con h-14">
               <div class="d-l-con no_hover">
                 <div class="d-l-l-text w-100p">
-                  <h4 class="line-h-1 w-100p">{{ forestInfo }}</h4>
+                  <h4 class="line-h-1 w-100p" v-html="forestInfo">{{ forestInfo }}</h4>
                 </div>
               </div>
             </div>