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 @@