diff --git a/src/views/modules/volunteer/VoluntaryOrganization/add.vue b/src/views/modules/volunteer/VoluntaryOrganization/add.vue
index 4307b43b6..d34e46847 100644
--- a/src/views/modules/volunteer/VoluntaryOrganization/add.vue
+++ b/src/views/modules/volunteer/VoluntaryOrganization/add.vue
@@ -66,7 +66,7 @@
-
+
@@ -135,6 +135,7 @@
],
formData:
{
+ orgImage: "",//组织图片
status:"pass",//审核状态
numberNum:"",//组织成员数量
userId:"",//志愿者id
@@ -306,9 +307,9 @@
fileUrl: item.response.data.url
})) : []; // 当e为空时清空fileList
if (e.length > 0) {
- this.formData.coverPic = e[0].response.data.url;
+ this.formData.orgImage = e[0].response.data.url;
} else {
- this.formData.coverPic = '';
+ this.formData.orgImage = '';
}
},
diff --git a/src/views/modules/volunteer/VoluntaryOrganization/edit.vue b/src/views/modules/volunteer/VoluntaryOrganization/edit.vue
index 5114aa263..d9f5f20b7 100644
--- a/src/views/modules/volunteer/VoluntaryOrganization/edit.vue
+++ b/src/views/modules/volunteer/VoluntaryOrganization/edit.vue
@@ -65,7 +65,7 @@
-
+
@@ -498,9 +498,8 @@
if (code === 0&&data) {
this.formData = data[0];
this.searchValue= this.formData.address
- console.log(data[0].qualification,"sdlkfjlsdfj");
this.fileList=[]
- this.fileList.push({fileUrl:data[0].qualification})
+ this.fileList.push({fileUrl:data[0].orgImage})
this.fileList1.push({fileUrl:data[0].brandImg})
console.log(this.formData,"this.formData");
diff --git a/src/views/modules/volunteer/pointsRedemption/update.vue b/src/views/modules/volunteer/pointsRedemption/update.vue
index 25ae2519f..50d77f330 100644
--- a/src/views/modules/volunteer/pointsRedemption/update.vue
+++ b/src/views/modules/volunteer/pointsRedemption/update.vue
@@ -71,8 +71,8 @@
-
-
+
+