Authored by yangyang

Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into feature/web-list

@@ -60,7 +60,9 @@ @@ -60,7 +60,9 @@
60 <div class="qr-img"></div> 60 <div class="qr-img"></div>
61 <h3 class="qr-words">扫描二维码</h3> 61 <h3 class="qr-words">扫描二维码</h3>
62 <h3 class="qr-words">下载有货手机客户端</h3> 62 <h3 class="qr-words">下载有货手机客户端</h3>
63 - <h3 class="qr-more">更多客户端下载</h3> 63 + <h3 class="qr-more">
  64 + <a href="http://www.yohobuy.com/download/app">更多客户端下载</a>
  65 + </h3>
64 </div> 66 </div>
65 </li> 67 </li>
66 </ul> 68 </ul>
@@ -71,7 +71,7 @@ class Bootstrap extends Bootstrap_Abstract @@ -71,7 +71,7 @@ class Bootstrap extends Bootstrap_Abstract
71 $controller = 'Index'; 71 $controller = 'Index';
72 $action = 'Index'; 72 $action = 'Index';
73 // 二级域名 73 // 二级域名
74 - if (3 === $level) { 74 + if (2 === $level) {
75 $url = strtolower($dispatcher->getRequest()->getRequestUri()); 75 $url = strtolower($dispatcher->getRequest()->getRequestUri());
76 if(empty($url) || $url == '/index' || $url == '/') { 76 if(empty($url) || $url == '/index' || $url == '/') {
77 $urlAction = '/index'; 77 $urlAction = '/index';