Commit 2a88a828 authored by XieZhiXiong's avatar XieZhiXiong

chore: 补充 金币符号翻译

parent ba273336
......@@ -196,7 +196,7 @@ const MemberDocCategory: React.FC<DocCategoryProps> = (props: DocCategoryProps)
},
{
title: intl.formatMessage({ id: 'member.components.MemberDocCategory.maxAmount' }),
value: dataSource && dataSource.maxAmount ? `¥ ${dataSource.maxAmount}` : '',
value: dataSource && dataSource.maxAmount ? `${intl.formatMessage({ id: 'common.money' }, { default: '¥' })} ${dataSource.maxAmount}` : '',
},
{
title: intl.formatMessage({ id: 'member.components.MemberDocCategory.classifyAreas' }),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment