fix vipStatus check

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-08 20:58:19 +08:00
parent de6e402d97
commit 6f95456d20
4 changed files with 9 additions and 3 deletions

View File

@@ -433,7 +433,9 @@ class _EpisodePanelState extends State<EpisodePanel>
type: MaterialType.transparency,
child: InkWell(
onTap: () {
if (episode.badge == "会员" && vipStatus != 1) {
if (episode.badge == "会员" &&
Accounts.mainEqVideo &&
vipStatus != 1) {
SmartDialog.showToast('需要大会员');
// return;
}