修复wifi配置含中文
This commit is contained in:
@@ -563,7 +563,10 @@ class MHTHomeController extends GetControllerEx<MHTHomeModel> {
|
||||
onFailure: (res) {
|
||||
EasyDartModule.logger.warning("请求睡眠信息列表失败: ${res.msg}");
|
||||
TopSlideNotification.show(context,
|
||||
text: "请求失败".tr, textColor: themeController.currentColor.sc9);
|
||||
text: res.msg ?? "请求失败".tr,
|
||||
textColor: themeController.currentColor.sc9);
|
||||
homeSleepDays.value = [];
|
||||
updateAll();
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user