|
|
@ -64,7 +64,7 @@ class _UnionList extends State<UnionList> with AutomaticKeepAliveClientMixin { |
|
|
|
); |
|
|
|
); |
|
|
|
} |
|
|
|
} |
|
|
|
BaseData<List<Store>> baseData = await apiService.queryStore({ |
|
|
|
BaseData<List<Store>> baseData = await apiService.queryStore({ |
|
|
|
"city": widget.city ?? "", |
|
|
|
"city": (widget.city ?? "") == "所有门店" ? "" : (widget.city ?? ""), |
|
|
|
// "district": district, |
|
|
|
// "district": district, |
|
|
|
// "province": province, |
|
|
|
// "province": province, |
|
|
|
"latitude": (widget.latLng?.latitude ?? "").toString(), |
|
|
|
"latitude": (widget.latLng?.latitude ?? "").toString(), |
|
|
|