opt: HttpError
This commit is contained in:
@ -46,14 +46,11 @@ class SearchVideoPanel extends StatelessWidget {
|
||||
);
|
||||
},
|
||||
)
|
||||
: CustomScrollView(
|
||||
slivers: [
|
||||
HttpError(
|
||||
errMsg: '没有数据',
|
||||
isShowBtn: false,
|
||||
fn: () => {},
|
||||
)
|
||||
],
|
||||
: HttpError(
|
||||
errMsg: '没有数据',
|
||||
isShowBtn: false,
|
||||
fn: () => {},
|
||||
isInSliver: false,
|
||||
),
|
||||
),
|
||||
// 分类筛选
|
||||
|
||||
Reference in New Issue
Block a user