opt: HttpError

This commit is contained in:
guozhigq
2024-10-16 22:59:34 +08:00
parent dc8f034df7
commit 0ec14fe1fa
19 changed files with 175 additions and 228 deletions

View File

@ -46,14 +46,11 @@ class SearchVideoPanel extends StatelessWidget {
);
},
)
: CustomScrollView(
slivers: [
HttpError(
errMsg: '没有数据',
isShowBtn: false,
fn: () => {},
)
],
: HttpError(
errMsg: '没有数据',
isShowBtn: false,
fn: () => {},
isInSliver: false,
),
),
// 分类筛选