Authored by 郭成尧

settitle去掉其他参数

... ... @@ -45,7 +45,7 @@ class CouponController extends AbstractAction
if (!$this->isApp()) {
$this->setNavHeader($receiveData['title'], true, SITE_MAIN);
} else {
$this->setTitle($receiveData['title']);
$this->setTitle($receiveData['title'],false,null);
}
$this->_view->display('index', array(
'content' => $result,
... ...