diff --git a/src/views/modules/communityParty/activity/eventDetails.vue b/src/views/modules/communityParty/activity/eventDetails.vue index 25825e9d8..fae8220b7 100644 --- a/src/views/modules/communityParty/activity/eventDetails.vue +++ b/src/views/modules/communityParty/activity/eventDetails.vue @@ -87,24 +87,24 @@
报名名单
- + - - - - - + @@ -117,23 +117,23 @@
活动实况
- + - - - - + diff --git a/src/views/modules/plugins/rent/upload-image.vue b/src/views/modules/plugins/rent/upload-image.vue index 5791c78ae..eb14222d1 100644 --- a/src/views/modules/plugins/rent/upload-image.vue +++ b/src/views/modules/plugins/rent/upload-image.vue @@ -80,7 +80,10 @@ export default { this.fileList.splice(key, 1) } }) + this.$emit('file-removed', file); + console.log(this.fileList); }, + handlePictureCardPreview(file) { this.dialogImageUrl = file.url this.dialogVisible = true