This commit is contained in:
sion
2026-04-10 00:27:28 +08:00
parent 2c8bcc2acc
commit a61c7ed40e
12 changed files with 437 additions and 28 deletions

View File

@@ -238,7 +238,9 @@ class AssetProvider extends ChangeNotifier {
final response = await _fundService.cancelOrder(orderNo);
if (response.success) {
await loadFundOrders();
await loadFundAccount();
await loadFundAccount(force: true);
_eventBus.fire(AppEventType.assetChanged);
_eventBus.fire(AppEventType.orderChanged);
}
return response;
} catch (e) {