From b37d4a7d2a666c6c96d91befbba73ece06e46b85 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: Fri, 30 Aug 2024 18:16:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../volunteer/activityArchive/enclosure.vue | 2 +- .../volunteer/pointsRedemption/add.vue | 77 +++++++++++-------- 2 files changed, 45 insertions(+), 34 deletions(-) diff --git a/src/views/modules/volunteer/activityArchive/enclosure.vue b/src/views/modules/volunteer/activityArchive/enclosure.vue index 52f19f47d..d49c35c9d 100644 --- a/src/views/modules/volunteer/activityArchive/enclosure.vue +++ b/src/views/modules/volunteer/activityArchive/enclosure.vue @@ -127,7 +127,7 @@ async getTableData() { // const url = "http://yapi.elinkservice.cn/mock/245/gov/project/project/project-list"; - const url = `/voluntary/activitySignIn/getAttrBySignId/1826208948341354497`; + const url = `/voluntary/activitySignIn/getAttrBySignId/${this.list.activityId}`; let params = { } diff --git a/src/views/modules/volunteer/pointsRedemption/add.vue b/src/views/modules/volunteer/pointsRedemption/add.vue index af2fcd039..f5aa02ff9 100644 --- a/src/views/modules/volunteer/pointsRedemption/add.vue +++ b/src/views/modules/volunteer/pointsRedemption/add.vue @@ -1,9 +1,7 @@