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