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'); }