mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-23 02:26:52 +08:00
feat: fav topic
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -45,9 +45,10 @@ class BlackListController
|
||||
onConfirm: () async {
|
||||
var result = await VideoHttp.relationMod(mid: mid, act: 6, reSrc: 11);
|
||||
if (result['status']) {
|
||||
loadingState.value.data!.removeAt(index);
|
||||
loadingState
|
||||
..value.data!.removeAt(index)
|
||||
..refresh();
|
||||
total.value -= 1;
|
||||
loadingState.refresh();
|
||||
SmartDialog.showToast('操作成功');
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user