fix: 完善资金充值/提现逻辑

- 添加交易账户余额检查
- 添加用户端订单管理页面
- 更新测试报告
This commit is contained in:
2026-03-23 21:25:37 +08:00
parent c294f66e1c
commit 5c8df495c3
16 changed files with 1014 additions and 347 deletions

View File

@@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"e4b8dca3f1b4ede4c30371002441c88c12187e
_flutter.loader.load({
serviceWorkerSettings: {
serviceWorkerVersion: "1306420232" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
serviceWorkerVersion: "3336530682" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
}
});