fix(player): 修复桌面充值详情页备注字段 TS 编译错误
This commit is contained in:
@@ -118,7 +118,7 @@ function orderNote(order: RechargeDetail): { label: string; text: string } | nul
|
||||
return { label: t('recharge.reject_reason'), text };
|
||||
}
|
||||
|
||||
if (remark) return { label: t('recharge.remark'), text };
|
||||
if (remark) return { label: t('recharge.remark'), text: remark };
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user