fix: passing seasonId

This commit is contained in:
bggRGjQaUbCoE
2024-10-03 13:04:18 +08:00
parent b795d5d2b2
commit 712aa39570
4 changed files with 7 additions and 5 deletions

View File

@@ -100,7 +100,7 @@ class BangumiIntroController extends CommonController {
queryData();
if (userLogin) {
if (userLogin && seasonId != null) {
queryIsFollowed();
}
}