Commit cc3554c8 authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

fix: 修改翻译错误

parent 573c6cc0
...@@ -156,7 +156,7 @@ const ContrastPrice = () => { ...@@ -156,7 +156,7 @@ const ContrastPrice = () => {
let company = []; let company = [];
data[0].company.forEach(item => { data[0].company.forEach(item => {
if (item.sumPrice) { if (item.sumPrice) {
company.push(`${item.memberName}${intl.formatMessage({ id: 'detail.purchase.message24' })}:¥${item.sumPrice})`) company.push(`${item.memberName}${intl.formatMessage({ id: 'detail.purchase.message25' })}:¥${item.sumPrice})`)
} }
}) })
setDisabled(false) setDisabled(false)
......
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