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