Authored by Rock Zhang

修改有货币明细页面的标题

... ... @@ -990,8 +990,8 @@ class HomeController extends AbstractAction
// 审判跳转登录页
$this->auditJumpLogin();
$this->setTitle('YOHO币');
$this->setNavHeader('YOHO币', true, false);
$this->setTitle('YOHO币明细');
$this->setNavHeader('YOHO币明细', true, false);
$data = UserModel::getYohoCoinLists($this->_uid, 0, 20);
$this->_view->display('currency-detail', array(
... ...