opt: LoadingState (#1776)

This commit is contained in:
My-Responsitories
2025-12-13 12:43:32 +08:00
committed by GitHub
parent 3741fe54ff
commit 17883eb77e
82 changed files with 832 additions and 887 deletions

View File

@@ -38,7 +38,7 @@ class BlackListController
title: '确定将 $name 移出黑名单?',
onConfirm: () async {
var result = await VideoHttp.relationMod(mid: mid, act: 6, reSrc: 11);
if (result['status']) {
if (result.isSuccess) {
loadingState
..value.data!.removeAt(index)
..refresh();