[update] 修改bug83126
This commit is contained in:
@@ -9,6 +9,8 @@ export function formatMoney(money) {
|
||||
if (num.indexOf('.') !== -1) {
|
||||
point = num.substring(num.indexOf('.'))
|
||||
num = parseInt(num)
|
||||
} else if (num.indexOf('%') === -1) {
|
||||
point = '.00'
|
||||
} else {
|
||||
// point = '.00'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user