From de194ac0a5211fa82f78d4e07d744ae04c8aa039 Mon Sep 17 00:00:00 2001 From: zhanglingsheng Date: Wed, 13 Nov 2019 11:23:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A4=BC=E5=8C=85=E5=88=97=E8=A1=A8=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/GameGiftPageController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Application/Sdk/Controller/GameGiftPageController.class.php b/Application/Sdk/Controller/GameGiftPageController.class.php index c7a5d684..7e2ead6a 100644 --- a/Application/Sdk/Controller/GameGiftPageController.class.php +++ b/Application/Sdk/Controller/GameGiftPageController.class.php @@ -52,6 +52,7 @@ class GameGiftPageController extends Controller{ if($val['end_time'] != 0 && NOW_TIME > $val['end_time']) { unset($list[$key]); + continue; } unset($list[$key]['novice']); $list[$key]['icon'] = new_icon_url($val['icon']);