修复部分语言中文

This commit is contained in:
wyf
2026-03-27 15:42:52 +08:00
parent a1e835ecbc
commit 446d884ac2
13 changed files with 192 additions and 692 deletions

View File

@@ -1254,6 +1254,7 @@ class _MHTWifiPageState extends State<MHTWifiPage> {
text: "获取设备网络类型失败".tr,
textColor: themeController.currentColor.sc9,
);
await initWifiStatusAndWifiList(needSuccess: needSuccess);
} else {
blueteethBindController.netType.value = 1;
blueteethBindController.updateAll();

View File

@@ -1212,6 +1212,7 @@ class _MHTWifiAfterPageState extends State<MHTWifiAfterPage> {
text: "获取设备网络类型失败".tr,
textColor: themeController.currentColor.sc9,
);
await initWifiStatusAndWifiList(needSuccess: needSuccess);
} else {
blueteethBindController.netType.value = 1;
blueteethBindController.updateAll();