优化用户协议和隐私政策不选中

This commit is contained in:
wuxw 2025-10-15 15:50:08 +08:00
parent 99b73e71e1
commit c5bc491bd6
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
name:"user-protocol", name:"user-protocol",
data() { data() {
return { return {
readme:true, readme:false,
}; };
}, },
methods:{ methods:{

View File

@ -89,7 +89,7 @@
btnDisabled: false, btnDisabled: false,
btnValue: '验证码', btnValue: '验证码',
phoneLoginName: '验证码登录', phoneLoginName: '验证码登录',
readme:true readme:false
}; };
}, },

View File

@ -45,7 +45,7 @@
btnDisabled: false, btnDisabled: false,
password: '', password: '',
rePassword: '', rePassword: '',
readme:true, readme:false,
}; };
}, },
/** /**