Sfoglia il codice sorgente

活动介绍显示问题

yanliming 2 anni fa
parent
commit
0511bc99ca
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      src/views/base/activityInfo-detail.vue

+ 3 - 3
src/views/base/activityInfo-detail.vue

@@ -124,7 +124,7 @@
         formModel: {
           id:"",
           titel:"",
-          content:"",
+          introduction:"",
           image:"",
           author:"",
           isShow:false
@@ -232,8 +232,8 @@
               self.fileUrl = image 
             }
             
-            if (self.formModel.content != null) {
-              self.$refs.editor.setContent(self.formModel.content);
+            if (self.formModel.introduction != null) {
+              self.$refs.editor.setContent(self.formModel.introduction);
             }
   
           } else {