feat:修复登录页面选择国家时不自动进行切换的问题
This commit is contained in:
parent
ee5772da02
commit
9972b5ddeb
@ -108,7 +108,7 @@ class _StarLockLoginPageState extends State<StarLockLoginPage> {
|
|||||||
if (result != null) {
|
if (result != null) {
|
||||||
result as Map<String, dynamic>;
|
result as Map<String, dynamic>;
|
||||||
state.countryCode.value = result['code'];
|
state.countryCode.value = result['code'];
|
||||||
state.countryKey = result['countryName'];
|
state.countryKey.value = result['countryName'];
|
||||||
logic.checkIpAction();
|
logic.checkIpAction();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user