Authored by biao

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

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