From 67cebd8ca172ed137f174e7683ec0d0a2d2505bb Mon Sep 17 00:00:00 2001 From: thinkphp Date: Thu, 12 May 2016 09:45:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3traits\controller/Jump.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/traits/controller/Jump.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/traits/controller/Jump.php b/library/traits/controller/Jump.php index 39f5b761..8c2e4b38 100644 --- a/library/traits/controller/Jump.php +++ b/library/traits/controller/Jump.php @@ -29,7 +29,7 @@ trait Jump * @param integer $wait 跳转等待时间 * @return void */ - public static function success($msg = '', $url = null, $data = '', $wait = 3) + public function success($msg = '', $url = null, $data = '', $wait = 3) { $code = 1; if (is_numeric($msg)) { @@ -62,7 +62,7 @@ trait Jump * @param integer $wait 跳转等待时间 * @return void */ - public static function error($msg = '', $url = null, $data = '', $wait = 3) + public function error($msg = '', $url = null, $data = '', $wait = 3) { $code = 0; if (is_numeric($msg)) {