所有记录页面的 DateFormat().format() 缺少 .toLocal() 调用, 导致后端返回的 UTC 时间直接显示,与北京时间相差8小时。 修复范围(5个页面,10处): - mining_records_page: record.createdAt - batch_mining_records_page: record.createdAt - contribution_records_page: record.effectiveDate, record.expireDate - planting_records_page: summary.firstPlantingAt, summary.lastPlantingAt, record.adoptionDate, record.createdAt - trading_records_page: order.createdAt, trade.createdAt Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| android | ||
| assets | ||
| ios | ||
| lib | ||
| scripts | ||
| test | ||
| .gitignore | ||
| .metadata | ||
| DEVELOPMENT_GUIDE.md | ||
| README.md | ||
| analysis_options.yaml | ||
| pubspec.yaml | ||
README.md
mining_app
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.