From 7f0a11be843487014913048b83e16e71a728df11 Mon Sep 17 00:00:00 2001 From: FengHui Date: Wed, 4 Feb 2026 13:22:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E5=AD=97=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/wxAuthLogin/WxAuthLogin.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/wxAuthLogin/WxAuthLogin.vue b/components/wxAuthLogin/WxAuthLogin.vue index ff748a3..754bea6 100644 --- a/components/wxAuthLogin/WxAuthLogin.vue +++ b/components/wxAuthLogin/WxAuthLogin.vue @@ -205,7 +205,7 @@ const validateRole = () => { // 验证是否同意用户协议 if (!agreedToAgreement.value) { - $api.msg('请先阅读并同意用户协议'); + $api.msg('请先阅读并同意隐私协议'); return false; } @@ -216,7 +216,7 @@ const getPhoneNumber = (e) => { console.log('获取手机号:', e); console.log('userType.value', userType.value) - // 验证角色、机构类型和用户协议 + // 验证角色、机构类型和隐私协议 if (!validateRole()) { return; } @@ -374,7 +374,7 @@ const wxLogin = () => { // 测试账号登录(仅开发环境) const testLogin = () => { - // 验证角色、机构类型和用户协议 + // 验证角色、机构类型和隐私协议 if (!validateRole()) { return; }