mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: 搜索灰框
This commit is contained in:
@@ -80,6 +80,7 @@ class _SearchPanelState extends State<SearchPanel>
|
|||||||
RxList list = ctr.resultList;
|
RxList list = ctr.resultList;
|
||||||
if (data['status']) {
|
if (data['status']) {
|
||||||
return Obx(() {
|
return Obx(() {
|
||||||
|
list.length;
|
||||||
switch (widget.searchType) {
|
switch (widget.searchType) {
|
||||||
case SearchType.video:
|
case SearchType.video:
|
||||||
return SearchVideoPanel(
|
return SearchVideoPanel(
|
||||||
|
|||||||
Reference in New Issue
Block a user