From e55bdc7114e0908408f9299a73d3d28e2eee9a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Wed, 28 Aug 2024 17:46:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9A=84=E5=8A=A8=E4=BB=96?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../activity/initiateActivity.vue | 2 + .../activityArchive/Administration.vue | 21 +- .../volunteer/activityArchive/Points.vue | 36 +- .../modules/volunteer/activityArchive/add.vue | 17 +- .../volunteer/activityArchive/index.vue | 27 +- .../volunteer/activityArchive/realselect.vue | 635 ++++++++++++++++++ .../volunteer/activityArchive/select.vue | 108 +-- 7 files changed, 773 insertions(+), 73 deletions(-) create mode 100644 src/views/modules/volunteer/activityArchive/realselect.vue diff --git a/src/views/modules/communityParty/activity/initiateActivity.vue b/src/views/modules/communityParty/activity/initiateActivity.vue index 5df0dff83..1c6edca38 100644 --- a/src/views/modules/communityParty/activity/initiateActivity.vue +++ b/src/views/modules/communityParty/activity/initiateActivity.vue @@ -457,6 +457,8 @@ export default { } this.formData = activityId this.timeRange = [this.formData.startTime, this.formData.endTime] + console.log(activityId,"activityId"); + if (activityId.coverPic) { let ob = { fileType: '0', diff --git a/src/views/modules/volunteer/activityArchive/Administration.vue b/src/views/modules/volunteer/activityArchive/Administration.vue index 36403a894..0f0a2d4af 100644 --- a/src/views/modules/volunteer/activityArchive/Administration.vue +++ b/src/views/modules/volunteer/activityArchive/Administration.vue @@ -1,7 +1,7 @@