From 09e7053323d4da5645a0d1d951bc5327be78e300 Mon Sep 17 00:00:00 2001
From: Ethereal <3432649580@qq.com>
Date: Sun, 26 Oct 2025 14:07:28 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E5=86=8C=E9=A1=B5=E4=BC=98=E5=8C=96?=
=?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=8D=8F=E8=AE=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/start/Registration/Registration.vue | 75 ++++++++++++++++++++++---------
1 file changed, 55 insertions(+), 20 deletions(-)
diff --git a/pages/start/Registration/Registration.vue b/pages/start/Registration/Registration.vue
index 8ada58d..678e7a8 100644
--- a/pages/start/Registration/Registration.vue
+++ b/pages/start/Registration/Registration.vue
@@ -151,14 +151,24 @@
已有账号?登录
-
+
@@ -511,6 +521,13 @@ function handleAgree() {
checkboxUrl.value = "../../../static/icons/Check-one-true.png";
// 继续登录流程
}
+
+
+// 处理同意按钮点击
+function handleCancel() {
+ // 关闭弹窗
+ agreementPopup.value.close();
+}
\ No newline at end of file