rwadurian/frontend/mining-app/lib/presentation/pages
hailin ee734fb7b9 feat(trading+app): 预种卖出限制 — 前端 UI 禁用 + 后端查询端点
trading-service:
- asset.controller.ts: 新增 GET /asset/sell-restriction,供 mobile app 查询当前用户限制状态
- application.module.ts: 导出 TradingSellRestrictionService

mining-app:
- api_endpoints.dart: 新增 sellRestriction 端点常量
- trading_remote_datasource.dart: 新增 getSellRestriction()(fail-open)
- trading_repository.dart/impl: 新增接口与实现
- trading_providers.dart: 新增 sellRestrictionProvider(2分钟缓存,fail-open)
- trading_page.dart: 卖出限制时显示红色提示文字并禁用"确认交易"按钮
- c2c_publish_page.dart: 发布卖出广告时显示红色提示文字并禁用发布按钮

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-04 05:51:56 -08:00
..
asset feat(mining-app): 接入 capabilitiesProvider 实现 UI 层能力适配 2026-02-28 01:36:24 -08:00
auth feat(trade-password): 实现卖出交易的支付密码验证功能 2026-02-05 18:12:39 -08:00
c2c feat(trading+app): 预种卖出限制 — 前端 UI 禁用 + 后端查询端点 2026-03-04 05:51:56 -08:00
contribution feat(mining-app): 市场数据3个小数字段显示后端返回的完整精度 2026-03-02 23:58:58 -08:00
profile fix(mining-app): 修复分配记录 distributionMinute 时间仍显示UTC的问题 2026-03-02 21:26:47 -08:00
splash feat(trading): 添加涨跌幅显示及修复成交明细数据 2026-01-20 05:24:23 -08:00
trading feat(trading+app): 预种卖出限制 — 前端 UI 禁用 + 后端查询端点 2026-03-04 05:51:56 -08:00