6/22/1
This commit is contained in:
@@ -32,7 +32,6 @@ class DriverWalletHistoryController extends GetxController {
|
||||
));
|
||||
}
|
||||
archive = jsonDecode(res)['message'];
|
||||
print(archive);
|
||||
isLoading = false;
|
||||
update();
|
||||
}
|
||||
@@ -43,7 +42,6 @@ class DriverWalletHistoryController extends GetxController {
|
||||
var res = await CRUD().get(
|
||||
link: AppLink.getDriverWeekPaymentMove,
|
||||
payload: {'driverID': box.read(BoxName.driverID)});
|
||||
print(res);
|
||||
if (res == 'failure') {
|
||||
Get.defaultDialog(
|
||||
barrierDismissible: false,
|
||||
@@ -58,7 +56,6 @@ class DriverWalletHistoryController extends GetxController {
|
||||
));
|
||||
}
|
||||
weeklyList = jsonDecode(res)['message'];
|
||||
print(archive);
|
||||
isLoading = false;
|
||||
update();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user