Просмотр исходного кода

Wesmiler 三勾多商户商城提交

wesmiler 3 лет назад
Родитель
Сommit
2a8550c26f
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      app/api/controller/store/Store.php

+ 2 - 1
app/api/controller/store/Store.php

@@ -34,7 +34,8 @@ class Store extends Controller
     public function choiceLists($longitude = '', $latitude = '', $url = '', $shop_supplier_id = 0)
     {
         $model = new StoreModel;
-        $list = $model->getChoiceLists(true, $longitude, $latitude, false, $shop_supplier_id);
+        $list = [];
+//        $list = $model->getChoiceLists(true, $longitude, $latitude, false, $shop_supplier_id);
         return $this->renderSuccess('', compact('list'));
     }