Browse Source

营销活动:完善 review 提到的问题,添加拼团列表查看弹窗

puhui999 1 năm trước cách đây
mục cha
commit
b08e0e5ab2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/utils/formatter.ts

+ 1 - 1
src/utils/formatter.ts

@@ -2,6 +2,6 @@ import { floatToFixed2 } from '@/utils'
 
 // 格式化金额【分转元】
 // @ts-ignore
-export const fenToYuanFormat = (_, _, cellValue: any, _) => {
+export const fenToYuanFormat = (_, __, cellValue: any, ___) => {
   return `¥${floatToFixed2(cellValue)}`
 }