...
|
...
|
@@ -264,8 +264,9 @@ class HomeController extends AbstractAction |
|
|
// banenr数据
|
|
|
$currency['banner'] = UserModel::getYohoCoinBanner();
|
|
|
$currency['pageFooter'] = true;
|
|
|
$currency['currencyPage'] = true;
|
|
|
|
|
|
$this->_view->display('currency', $currency);
|
|
|
$this->_view->display('currency-new', $currency);
|
|
|
}
|
|
|
|
|
|
/**
|
...
|
...
|
|