|
|
|
@ -102,7 +102,6 @@ class _StoreOrderPage extends State<StoreOrderPage>
|
|
|
|
|
Dio(), |
|
|
|
|
context: context, |
|
|
|
|
token: shared.getString('token'), |
|
|
|
|
showLoading: true, |
|
|
|
|
); |
|
|
|
|
apiService.minLogin(storeId).catchError((onError) { |
|
|
|
|
SmartDialog.showToast(AppUtils.dioErrorTypeToString(onError.type), |
|
|
|
@ -128,7 +127,6 @@ class _StoreOrderPage extends State<StoreOrderPage>
|
|
|
|
|
storeId: storeId, |
|
|
|
|
); |
|
|
|
|
|
|
|
|
|
EasyLoading.dismiss(); |
|
|
|
|
|
|
|
|
|
queryMemberInfo(); |
|
|
|
|
|
|
|
|
@ -207,7 +205,6 @@ class _StoreOrderPage extends State<StoreOrderPage>
|
|
|
|
|
setState(() {}); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
EasyLoading.dismiss(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
RefreshController refreshController; |
|
|
|
|