Skip to content

Commit b08e0e5

Browse files
author
puhui999
committed
营销活动:完善 review 提到的问题,添加拼团列表查看弹窗
1 parent 3500a20 commit b08e0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/formatter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import { floatToFixed2 } from '@/utils'
22

33
// 格式化金额【分转元】
44
// @ts-ignore
5-
export const fenToYuanFormat = (_, _, cellValue: any, _) => {
5+
export const fenToYuanFormat = (_, __, cellValue: any, ___) => {
66
return `¥${floatToFixed2(cellValue)}`
77
}

0 commit comments

Comments
 (0)