Browse Source

add to local

stanley-king 8 years atrás
parent
commit
0ad1ea74a2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      mobile/control/index.php

+ 2 - 2
mobile/control/index.php

@@ -231,8 +231,8 @@ class indexControl extends mobileHomeControl
     public function show_goodsOp()
     {
         //1603
-//        $goods_ids = array(4173,3844,4103,4110,4119,4120,4121);
-        $goods_ids = array(1269,4127,4217);
+        $goods_ids = array(4173,3844,4103,4110,4119,4120,4121,1603);
+        //$goods_ids = array(1269,4127,4217);
 
         $ret = array_chunk($goods_ids,$this->page_size());
         $pages = count($ret);