From 2c63e6e395d6c91f4c0d6dc21d79f69da778fc8f Mon Sep 17 00:00:00 2001 From: sunke <18850253506@163.com> Date: Wed, 8 Apr 2020 13:55:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Home/Controller/PromoteController.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Application/Home/Controller/PromoteController.class.php b/Application/Home/Controller/PromoteController.class.php index f9c576a4b..a646bd37a 100644 --- a/Application/Home/Controller/PromoteController.class.php +++ b/Application/Home/Controller/PromoteController.class.php @@ -342,7 +342,6 @@ class PromoteController extends BaseController // return $this->success("获取数据成功", $result, true); //$this->show("

{$result['title']}

".$result['content']); $this->assign("rule",$result[0]); - var_dump(strtotime('next sunday')+ 24*3600);die(); $this->display('pop_newrule_detail'); }