Authored by 周少峰

Merge branch 'release/4.4' of http://git.dev.yoho.cn/web/yohobuywap into release/4.4

@@ -48,7 +48,9 @@ class DetailController extends AbstractAction @@ -48,7 +48,9 @@ class DetailController extends AbstractAction
48 if (isset($data['goodsName'])) { 48 if (isset($data['goodsName'])) {
49 $this->setTitle($data['goodsName']); 49 $this->setTitle($data['goodsName']);
50 } 50 }
51 - $this->setNavHeader('商品详情'); 51 + if (!$this->isApp()){
  52 + $this->setNavHeader('商品详情');
  53 + }
52 // 渲染模板 54 // 渲染模板
53 $this->_view->display('index', $data); 55 $this->_view->display('index', $data);
54 } 56 }