@@ -744,7 +744,7 @@ export default {
.catch(() => {})
},
toFixed(num = 0) {
- return num.toFixed(2)
+ return (num || 0).toFixed(2)
}