mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-02 00:58:19 +08:00
mod: allow check out episode anyway
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -178,7 +178,7 @@ class _ListSheetContentState extends State<ListSheetContent>
|
|||||||
}
|
}
|
||||||
if (vipStatus != 1) {
|
if (vipStatus != 1) {
|
||||||
SmartDialog.showToast('需要大会员');
|
SmartDialog.showToast('需要大会员');
|
||||||
return;
|
// return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
SmartDialog.showToast('切换到:$title');
|
SmartDialog.showToast('切换到:$title');
|
||||||
|
|||||||
@@ -155,7 +155,7 @@ class _BangumiPanelState extends State<BangumiPanel> {
|
|||||||
widget.pages[i].badge == '会员' &&
|
widget.pages[i].badge == '会员' &&
|
||||||
vipStatus != 1) {
|
vipStatus != 1) {
|
||||||
SmartDialog.showToast('需要大会员');
|
SmartDialog.showToast('需要大会员');
|
||||||
return;
|
// return;
|
||||||
}
|
}
|
||||||
widget.changeFuc(
|
widget.changeFuc(
|
||||||
widget.pages[i].epId,
|
widget.pages[i].epId,
|
||||||
|
|||||||
Reference in New Issue
Block a user