diff --git a/webapp/controller/ActivityController.class.php b/webapp/controller/ActivityController.class.php index d711841..13ca0c6 100644 --- a/webapp/controller/ActivityController.class.php +++ b/webapp/controller/ActivityController.class.php @@ -334,7 +334,7 @@ class ActivityController{ phpcommon\sendError(ERR_USER_BASE + 1,'session失效'); return; } - if ($row['free_times'] + $row['video_times'] + 1 == 5) { + if ($row['free_times'] + $row['video_times'] + 1 == 6) { $day = 1; if (phpcommon\extractChannel($account_id) == 6001 || phpcommon\extractChannel($account_id) == 6000 ||