Authored by biao

修改有货币页面跳转链接。code review by 张振

... ... @@ -7,8 +7,11 @@
<a href="{{.}}" class="iconfont nav-home">&#xe611;</a>
{{/navHome}}
{{#currencyPage}}
<a href="/home/helpDetail?code=20111130-152530&caption=如何使用YOHO币支付" class="iconfont nav-home">&#xe639;</a>
<a href="/home/helpDetail?code=20151230-102233&caption=YOHO币介绍" class="iconfont nav-home">&#xe639;</a>
{{/currencyPage}}
{{#currencyDetailPage}}
<a href="/home/helpDetail?code=20111130-152530&caption=如何使用YOHO币支付" class="iconfont nav-home">&#xe639;</a>
{{/currencyDetailPage}}
{{#navPhone}}
<a href="{{.}}" class="iconfont nav-home">&#xe641;</a>
{{/navPhone}}
... ...
... ... @@ -992,7 +992,7 @@ class HomeController extends AbstractAction
$this->_view->display('currency-detail', array(
'money' => $data['money'],
'pageFooter' => true,
'currencyPage' => true,
'currencyDetailPage' => true,
'currencyDetail' => true,
'currencyDetailPage' => true
));
... ...