Browse Source

活动介绍显示问题

yanliming 2 năm trước cách đây
mục cha
commit
0511bc99ca
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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 {