feat: 查看up主收藏订阅

This commit is contained in:
guozhigq
2024-07-06 15:37:50 +08:00
parent bc842f4da5
commit 7ae637ed6a
12 changed files with 115 additions and 48 deletions

View File

@ -100,6 +100,7 @@ class _FavSearchPageState extends State<FavSearchPage> {
return FavVideoCardH(
videoItem: _favSearchCtr.favList[index],
searchType: searchType,
isOwner: '0',
callFn: () => searchType != 1
? _favSearchCtr
.onCancelFav(_favSearchCtr.favList[index].id!)