|
|
|
@ -243,9 +243,9 @@ class UnionPageState extends State<UnionPage>
|
|
|
|
|
} |
|
|
|
|
BaseData<List<Store>> baseData = await apiService.queryStore({ |
|
|
|
|
"city": city, |
|
|
|
|
"district": district, |
|
|
|
|
"province": province, |
|
|
|
|
"latitude": latitude, |
|
|
|
|
// "district": district, |
|
|
|
|
// "province": province, |
|
|
|
|
// "latitude": latitude, |
|
|
|
|
"longitude": longitude, |
|
|
|
|
"searchKey": searchKey, |
|
|
|
|
"serviceType": (tabController.index == 0 && index == -1) || index == 0 |
|
|
|
@ -287,7 +287,12 @@ class UnionPageState extends State<UnionPage>
|
|
|
|
|
@override |
|
|
|
|
Widget build(BuildContext context) { |
|
|
|
|
super.build(context); |
|
|
|
|
return Scaffold( |
|
|
|
|
return GestureDetector( |
|
|
|
|
behavior: HitTestBehavior.translucent, |
|
|
|
|
onTap: (){ |
|
|
|
|
FocusScope.of(context).requestFocus(FocusNode()); |
|
|
|
|
}, |
|
|
|
|
child:Scaffold( |
|
|
|
|
appBar: MyAppBar( |
|
|
|
|
title: "", |
|
|
|
|
leading: false, |
|
|
|
@ -330,7 +335,7 @@ class UnionPageState extends State<UnionPage>
|
|
|
|
|
UnionList(refreshController3, storeList3,(){startLocation(true);}), |
|
|
|
|
], |
|
|
|
|
), |
|
|
|
|
); |
|
|
|
|
)); |
|
|
|
|
// GestureDetector( |
|
|
|
|
// onTap: () { |
|
|
|
|
// FocusScope.of(context).requestFocus(FocusNode()); |
|
|
|
|