src/common/utils/util.js @@ -767,7 +767,9 @@ }, reject) // #endif }) }, roundToTwo(num){ return Math.round((num + Number.EPSILON) * 100) / 100; } }