浏览代码

活动介绍显示问题

yanliming 2 年之前
父节点
当前提交
0511bc99ca
共有 1 个文件被更改,包括 3 次插入3 次删除
  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 {