mod: 内容分区字段

This commit is contained in:
guozhigq
2024-06-08 17:36:55 +08:00
parent 2b05f29c35
commit a03d159a86
4 changed files with 12 additions and 10 deletions

View File

@ -323,7 +323,7 @@ class VideoPanelController extends GetxController {
SearchPanelController ctr =
Get.find<SearchPanelController>(
tag: 'video${searchPanelCtr.keyword!}');
ctr.tid.value = i['value'];
ctr.tids.value = i['value'];
Get.back();
SmartDialog.showLoading(msg: '获取中');
await ctr.onRefresh();