소스 검색

add to local

stanley-king 8 년 전
부모
커밋
5096677d92
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      mobile/control/index.php

+ 4 - 1
mobile/control/index.php

@@ -66,7 +66,10 @@ class indexControl extends specialControl
     }
     public function indexOp()
     {
-        $special_list = $this->mb_special->getMbSpecialItemUsableListByIDEx($this->old_homeid());
+        $helper = new special_helper($this->old_homeid());
+        $special_list = $helper->format($goods_ids);
+
+//        $special_list = $this->mb_special->getMbSpecialItemUsableListByIDEx($this->old_homeid());
         $sale_list = $this->sale_list();
         return self::outsuccess(array('special_list' => $special_list, 'sale_list' => $sale_list));
     }