feat:修复登录页面选择国家时不自动进行切换的问题

This commit is contained in:
liyi 2025-03-11 15:47:31 +08:00
parent ee5772da02
commit 9972b5ddeb

View File

@ -108,7 +108,7 @@ class _StarLockLoginPageState extends State<StarLockLoginPage> {
if (result != null) {
result as Map<String, dynamic>;
state.countryCode.value = result['code'];
state.countryKey = result['countryName'];
state.countryKey.value = result['countryName'];
logic.checkIpAction();
}
},