From 887e7c891e9c264f7879473ac554fabfbaf193d7 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Tue, 17 Mar 2020 15:03:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B6=85=E7=BA=A7=E7=AD=BE=E5=94=AE=E7=A9=BA?= =?UTF-8?q?=E6=8F=90=E9=86=922?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Mobile/Controller/SsgController.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Application/Mobile/Controller/SsgController.class.php b/Application/Mobile/Controller/SsgController.class.php index 559f5d764..4c9a517b4 100644 --- a/Application/Mobile/Controller/SsgController.class.php +++ b/Application/Mobile/Controller/SsgController.class.php @@ -684,6 +684,8 @@ class SsgController extends BaseController { } }else{ $this->assign("error","超级签已售罄~"); + $this->display('blank'); + exit(); } $i ++; }