diff --git a/star_lock/lib/login/login/starLock_login_page.dart b/star_lock/lib/login/login/starLock_login_page.dart index 7813f22e..f8668ce0 100644 --- a/star_lock/lib/login/login/starLock_login_page.dart +++ b/star_lock/lib/login/login/starLock_login_page.dart @@ -62,7 +62,7 @@ class _StarLockLoginPageState extends State { child: Image.asset('images/icon_main_1024.png', width: 110.w, height: 110.w))), SizedBox(height: 50.w), - CommonItem( + Obx(() => CommonItem( leftTitel: "${"你所在的".tr}${TranslationLoader.lanKeys!.countryAndRegion!.tr}", rightTitle: "", isHaveLine: true, @@ -83,7 +83,7 @@ class _StarLockLoginPageState extends State { state.countryName.value = result['countryName']; } }, - ), + )), LoginInput( controller: state.emailOrPhoneController, onchangeAction: (v) {