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();