补充提交

This commit is contained in:
Daisy 2024-03-07 12:01:31 +08:00
parent 564608f482
commit 581296be84

View File

@ -166,7 +166,7 @@ class _StarLockLoginPageState extends State<StarLockLoginPage> {
onClick: state.canNext.value onClick: state.canNext.value
? () { ? () {
if (state.agree.value == false) { if (state.agree.value == false) {
logic.showToast('请先同意用户协议'); logic.showToast('请先同意用户协议及隐私政策');
return; return;
} else { } else {
logic.login(); logic.login();