mod: triple

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-23 15:10:31 +08:00
parent e573a8a9c0
commit 16de044d3d
2 changed files with 11 additions and 3 deletions

View File

@@ -628,7 +628,7 @@ class BangumiIntroController extends CommonController {
SmartDialog.showToast('已三连');
return false;
}
var result = await VideoHttp.triple(epId: epId);
var result = await VideoHttp.triple(epId: epId, seasonId: seasonId);
if (result['status']) {
hasLike.value = result["data"]["like"] == 1;
hasCoin.value = result["data"]["coin"] == 1;