diff --git a/Application/Home/Controller/QueryController.class.php b/Application/Home/Controller/QueryController.class.php index 4c6fb1be9..2898fb1b7 100644 --- a/Application/Home/Controller/QueryController.class.php +++ b/Application/Home/Controller/QueryController.class.php @@ -1904,6 +1904,7 @@ class QueryController extends BaseController $this->assign('initEndTime', $initEndTime); $this->assign('sort', $sort); $this->assign('setdate', date('Y-m-d', $nowTime)); + $this->meta_title = '充值玩家'; $this->display('userRecharges'); }