mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-21 17:46:24 +08:00
@@ -38,7 +38,7 @@ class FavTopicController
|
||||
Future<LoadingState<FavTopicData>> customGetData() =>
|
||||
FavHttp.favTopic(page: page);
|
||||
|
||||
Future<void> onRemove(int index, int id) async {
|
||||
Future<void> onRemove(int index, int? id) async {
|
||||
var res = await FavHttp.delFavTopic(id);
|
||||
if (res['status']) {
|
||||
loadingState
|
||||
|
||||
Reference in New Issue
Block a user