mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-28 14:30:13 +08:00
opt: common ctr
opt: state Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -53,14 +53,14 @@ class SubDetailController
|
||||
return UserHttp.favResourceList(
|
||||
id: id,
|
||||
ps: 20,
|
||||
pn: currentPage,
|
||||
pn: page,
|
||||
);
|
||||
} else {
|
||||
return UserHttp.favSeasonList(
|
||||
// item.type! == 21
|
||||
id: id,
|
||||
ps: 20,
|
||||
pn: currentPage,
|
||||
pn: page,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user