feat: 减少日志,增强状态,减少监听
This commit is contained in:
@@ -561,15 +561,7 @@ class HINodeListView extends GetView<HINodeListController> {
|
||||
SizedBox(width: 12.w),
|
||||
Obx(() {
|
||||
final selectedCountryField =
|
||||
controller.homeController.kr_coutryText.value;
|
||||
if (selectedCountryField == 'auto') {
|
||||
return KrLocalImage(
|
||||
imageName: 'radio-icon',
|
||||
imageType: ImageType.svg,
|
||||
width: 16.w,
|
||||
height: 16.h,
|
||||
);
|
||||
}
|
||||
controller.homeController.kr_selectedCountryTag.value;
|
||||
final selected = selectedCountryField == country.country;
|
||||
return selected
|
||||
? KrLocalImage(
|
||||
|
||||
Reference in New Issue
Block a user