Showing
1 changed file
with
2 additions
and
2 deletions
@@ -990,8 +990,8 @@ class HomeController extends AbstractAction | @@ -990,8 +990,8 @@ class HomeController extends AbstractAction | ||
990 | // 审判跳转登录页 | 990 | // 审判跳转登录页 |
991 | $this->auditJumpLogin(); | 991 | $this->auditJumpLogin(); |
992 | 992 | ||
993 | - $this->setTitle('YOHO币'); | ||
994 | - $this->setNavHeader('YOHO币', true, false); | 993 | + $this->setTitle('YOHO币明细'); |
994 | + $this->setNavHeader('YOHO币明细', true, false); | ||
995 | 995 | ||
996 | $data = UserModel::getYohoCoinLists($this->_uid, 0, 20); | 996 | $data = UserModel::getYohoCoinLists($this->_uid, 0, 20); |
997 | $this->_view->display('currency-detail', array( | 997 | $this->_view->display('currency-detail', array( |
-
Please register or login to post a comment