From 8f79eeaae6deae17ac17ed6e63184e3eeca0f9cc Mon Sep 17 00:00:00 2001
From: 18154758993 <605281283@qq.com>
Date: Sat, 11 Oct 2025 22:09:53 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A4=BE=E5=8C=BA=E6=8A=A5?=
=?UTF-8?q?=E5=90=8D=E5=8F=96=E6=B6=88=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/OneStopCommunity/apply.js | 8 +
pages/OneStopCommunity/apply/detail.vue | 85 ++++++++-
pages/OneStopCommunity/apply/index.vue | 220 +++++++++++++++++-------
src/manifest.json | 80 +++++++++
src/pages.json | 19 ++
5 files changed, 345 insertions(+), 67 deletions(-)
create mode 100644 src/manifest.json
create mode 100644 src/pages.json
diff --git a/api/OneStopCommunity/apply.js b/api/OneStopCommunity/apply.js
index a151ee6..5bf8f89 100644
--- a/api/OneStopCommunity/apply.js
+++ b/api/OneStopCommunity/apply.js
@@ -17,4 +17,12 @@ export function applyDetail(id) {
url: '/staff/OneStopRegistrationRecord/' + id,
method: 'get'
})
+}
+
+//取消报名
+export function cancelRegistration(recordId) {
+ return request({
+ url: '/staff/OneStopRegistrationRecord/cancelRegistration/' + recordId,
+ method: 'delete'
+ })
}
\ No newline at end of file
diff --git a/pages/OneStopCommunity/apply/detail.vue b/pages/OneStopCommunity/apply/detail.vue
index 9434abf..73b4c98 100644
--- a/pages/OneStopCommunity/apply/detail.vue
+++ b/pages/OneStopCommunity/apply/detail.vue
@@ -62,17 +62,29 @@
-->
+
+
+
+
+