From d07e181b70ef13f749b8f4b079e4b98cafd90733 Mon Sep 17 00:00:00 2001
From: mk <2403457699@qq.com>
Date: Thu, 11 Jul 2024 18:43:28 +0800
Subject: [PATCH] =?UTF-8?q?=E7=A4=BE=E5=8C=BA=E5=AE=A3=E4=BC=A0=E7=BC=96?=
=?UTF-8?q?=E8=BE=91=E5=9B=9E=E5=A1=AB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/communityParty/comPromotion/add.vue | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/views/modules/communityParty/comPromotion/add.vue b/src/views/modules/communityParty/comPromotion/add.vue
index 266fe891f..3e07aaeb1 100644
--- a/src/views/modules/communityParty/comPromotion/add.vue
+++ b/src/views/modules/communityParty/comPromotion/add.vue
@@ -37,7 +37,7 @@
-
+
@@ -92,7 +92,7 @@ export default {
adverTagList:[],
//////
top:false,
- fileList: {},//封面图片
+ fileList: [],//封面图片
activityImgs:[],//活动照片
formType: 'add', //表单操作类型 add新增,edit编辑,records记录
// records:false,
@@ -115,8 +115,8 @@ export default {
coverPic: "",//封面图
releaseTime: "",//发布时间
sendMsg: false,//是否推送
- top: 0,//是否置顶
- status: 1 //状态
+ top: 1,//是否置顶
+ status: 0 //状态
},
serviceList: [],
// gridList: [],
@@ -167,7 +167,8 @@ export default {
this.startLoading();
if(row!=null){
this.formData = JSON.parse(JSON.stringify(row));
- console.log(this.formData.coverPic);
+ this.fileList.push({fileUrl:this.formData.coverPic})
+ console.log(this.formData.coverPic,'see');
}
this.formType=typeid