From e217f9bc4d971c925df89c52f2c1305c9debbb6e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=B2=B3=E9=B9=8F=E9=BE=99?= <1547476325@qq.com>
Date: Tue, 12 Aug 2025 11:48:20 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=9C=80=E6=B1=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/index.ts | 11 +++-
src/pages/index/active/activeDetail.vue | 39 ++++++++++++-
src/pages/index/index.vue | 13 ++++-
src/pages/index/subform.vue | 74 ++++++++++++++++++-------
src/pages/index/ztdetail.vue | 10 ++--
5 files changed, 116 insertions(+), 31 deletions(-)
diff --git a/src/api/index.ts b/src/api/index.ts
index 89071b9..1910100 100644
--- a/src/api/index.ts
+++ b/src/api/index.ts
@@ -75,7 +75,7 @@ export function ai(data: any) {
})
}
-//填写表单
+//专题填写表单
export function specialSign(data: any) {
return request.http({
url: '/api/huiqitong/special/sign',
@@ -83,3 +83,12 @@ export function specialSign(data: any) {
data
})
}
+
+//活动填写表单
+export function activitySign(data: any) {
+ return request.http({
+ url: '/api/huiqitong/activity/sign',
+ method: 'POST',
+ data
+ })
+}
diff --git a/src/pages/index/active/activeDetail.vue b/src/pages/index/active/activeDetail.vue
index a1f51fc..23e3655 100644
--- a/src/pages/index/active/activeDetail.vue
+++ b/src/pages/index/active/activeDetail.vue
@@ -1,6 +1,6 @@
-
+
{{ detaildata.title }}
活动地点:{{ detaildata.address }}
@@ -19,6 +19,11 @@
{{ detaildata.create_time }}
+
+
+ 立即报名
+
+