mod: 内容分区字段

This commit is contained in:
guozhigq
2024-06-08 17:36:55 +08:00
parent 14d9a998a0
commit 8e4bcb1311
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();