From e2e685e8c3ce4b9ed600594ea2e126b969ded15a Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Thu, 12 Dec 2019 10:03:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=90=8E=E5=8F=B0=E6=96=B0?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E5=8A=9F=E8=83=BD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/SuperSignController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/SuperSignController.class.php b/Application/Admin/Controller/SuperSignController.class.php index 3b909e685..b8c8ab129 100644 --- a/Application/Admin/Controller/SuperSignController.class.php +++ b/Application/Admin/Controller/SuperSignController.class.php @@ -65,7 +65,7 @@ class SuperSignController extends ThinkController if ($page) { $this->assign('_page', $page); } - $this->m_title = '推广员列表'; + $this->meta_title = '超级签订单'; $this->assign('data',$data); $this->display();