Authored by whb

最新上架

@@ -26,17 +26,13 @@ class CommonController extends WebAction @@ -26,17 +26,13 @@ class CommonController extends WebAction
26 /** 26 /**
27 * 新品上架 接口数据 27 * 新品上架 接口数据
28 * 28 *
29 - * @param  
30 - * string channel 当前频道  
31 - * @param  
32 - * int pageIndex 当前页数  
33 - * @param  
34 - * int pageCount 一页显示个数 29 + * @param string channel 当前频道
  30 + * @param int pageIndex 当前页数
  31 + * @param int pageCount 一页显示个数
35 */ 32 */
36 public function getNewArrivalAction() 33 public function getNewArrivalAction()
37 { 34 {
38 $result = $data = array(); 35 $result = $data = array();
39 - $data = HomeModel::getNewArrival('lifestyle');  
40 do { 36 do {
41 /* 判断是不是AJAX请求 */ 37 /* 判断是不是AJAX请求 */
42 if (! $this->isAjax()) { 38 if (! $this->isAjax()) {