完善钱包提现状态展示与举报摄影师列表交互。

对齐 Android 提现进度与时间线映射,优化钱包与积分兑换页刷新逻辑,并补充相关单元测试与真机测试说明。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-13 16:51:32 +08:00
parent 5138c1c11a
commit 05804ba7d6
9 changed files with 440 additions and 99 deletions

View File

@ -320,14 +320,7 @@ final class WalletViewController: BaseViewController, UITableViewDelegate {
}
@objc private func refreshPulled() {
Task {
switch viewModel.selectedTab {
case .withdraw:
await viewModel.refreshWithdraw(api: walletAPI)
case .transaction:
await viewModel.refreshTransaction(api: walletAPI)
}
}
Task { await viewModel.refreshSelectedTab(api: walletAPI) }
}
@objc private func withdrawTapped() {