Authored by yangyang

小修改

@@ -40,8 +40,8 @@ class SaleController extends WebAction @@ -40,8 +40,8 @@ class SaleController extends WebAction
40 } 40 }
41 41
42 $options = array( 42 $options = array(
43 - 'controller' => $this->_request->controller,  
44 - 'action' => $this->_request->action, 43 + 'controller' => 'sale',
  44 + 'action' => 'index',
45 'reviewNum' => 6 45 'reviewNum' => 6
46 ); 46 );
47 47