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

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",
data() {
return {
readme:true,
readme:false,
};
},
methods:{

View File

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

View File

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