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; }