|
@@ -54,9 +54,8 @@ class searchControl extends mobileHomeControl
|
|
|
$cids = $result['cids'];
|
|
|
$order = $this->order($_GET['sort'], $_GET['order']);
|
|
|
|
|
|
- $cids = $this->separate_page($cids,$page_count);
|
|
|
- initpage($this->page_size, 1);
|
|
|
-
|
|
|
+// $cids = $this->separate_page($cids,$page_count);
|
|
|
+// initpage($this->page_size, 1);
|
|
|
// $model_goods = Model('goods');
|
|
|
// $goods_list = $model_goods->getGoodsListByColorDistinct(array('goods_commonid' => array('in',$cids)),
|
|
|
// goods_helper::fieldstr, $order, $this->page_size());
|