From ab7e59a084ecb2973185cdbc9ec876fe269ec6de Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 20 Nov 2020 16:19:52 +0800 Subject: [PATCH] 1 --- webapp/controller/ActivityController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ||