|
|
@@ -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'));
|
|
|
}
|
|
|
|