Authored by yangyang

小修改

... ... @@ -40,8 +40,8 @@ class SaleController extends WebAction
}
$options = array(
'controller' => $this->_request->controller,
'action' => $this->_request->action,
'controller' => 'sale',
'action' => 'index',
'reviewNum' => 6
);
... ...