opt: reply error widget

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-11 18:38:19 +08:00
parent ba192a0356
commit 9b8b9bd1ab
6 changed files with 36 additions and 81 deletions

View File

@@ -491,7 +491,7 @@ class Utils {
}
}
if (data.episodes?.isEmpty == true) {
if (data.episodes.isNullOrEmpty) {
SmartDialog.showToast('资源加载失败');
return;
}