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