修改首页

master
liaojinling 5 years ago
parent fa2bf60610
commit 5861fb19c5

@ -35,6 +35,10 @@ class PromoteController extends BaseController
//系统首页 //系统首页
public function index($p=1) public function index($p=1)
{ {
$this->meta_title = "首页";
$this->display('prepare');
exit(0);
header("Content-type:text/html;charset=utf-8"); header("Content-type:text/html;charset=utf-8");
$user = D('Promote')->isLogin(); $user = D('Promote')->isLogin();
if (empty($user)) { if (empty($user)) {

@ -0,0 +1,10 @@
<extend name="Public/promote_base"/>
<block name="css">
<link href="__CSS__/index/index.new.css" rel="stylesheet" >
</block>
<block name="body">
<div class="page-overview promote-index-overview index-overview clearfix poll">
<div>首页优化中,暂未开放!</div>
</div>
</block>
Loading…
Cancel
Save