@@ -24,6 +24,7 @@ export const innerRound = (
return (value / 10 ** decimal) * pre;
};
+// 4舍5入
export const roundForObj = (
obj: string | number | undefined | null,
decimal: number