From 4c4f46ed4b1429a8dd5fe13f7b88caefb6277133 Mon Sep 17 00:00:00 2001 From: sunke <18850253506@163.com> Date: Thu, 9 Jan 2020 17:49:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9D=A1=E4=BB=B6=20?= =?UTF-8?q?=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/BaseController.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Application/Home/Controller/BaseController.class.php b/Application/Home/Controller/BaseController.class.php index d77f22722..e1b91ab40 100644 --- a/Application/Home/Controller/BaseController.class.php +++ b/Application/Home/Controller/BaseController.class.php @@ -335,6 +335,8 @@ class BaseController extends HomeController break; case 'Home/Promote/popRuleDetail': break; + case 'Home/Promote/popRuleFinish': + break; default: $this->tips($status,U('Safe/modifyBaseInfo')); break;