feat: 资产详情前代后代换货标识
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m17s

This commit is contained in:
luo
2026-07-21 11:13:20 +08:00
parent eddfd157ad
commit 45d255cabf
7 changed files with 196 additions and 2 deletions

View File

@@ -124,6 +124,7 @@ export function useAssetInfo() {
accumulated_recharge: data.accumulated_recharge,
first_commission_paid: data.first_commission_paid,
polling: data.polling ?? null,
exchange_trace: data.exchange_trace ?? null,
// 卡专属字段 (asset_type === 'card')
iccid: data.iccid || '',