Authored by whb

apiDomain

... ... @@ -482,7 +482,7 @@ class WebAction extends Controller_Abstract
'gobytype'=> 'gobuy'.$channel,
'searchcate'=>'searchcate'.$channel,
'header'=> true,
'apiDomain'=>''
'apiDomain'=> $apiDomain
);
$this->_view->assign('headerdata', $header);
}
... ...