mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 11:06:51 +08:00
committed by
GitHub
parent
6009668427
commit
3c34e43827
@@ -26,7 +26,7 @@ class FavCheeseController
|
||||
Future<LoadingState<SpaceCheeseData>> customGetData() =>
|
||||
FavHttp.favPugv(mid: mid, page: page);
|
||||
|
||||
Future<void> onRemove(int index, int? sid) async {
|
||||
Future<void> onRemove(int index, int sid) async {
|
||||
var res = await FavHttp.delFavPugv(sid);
|
||||
if (res['status']) {
|
||||
loadingState
|
||||
|
||||
Reference in New Issue
Block a user