qfw
This commit is contained in:
@@ -11214,10 +11214,12 @@ const _sfc_main$1v = defineComponent({
|
||||
t += l[i] + "";
|
||||
}
|
||||
}
|
||||
let z = (noNegative ? "" : "-") + t.split("").reverse().join("");
|
||||
z = isNaN(z) ? 0 : z;
|
||||
if (r) {
|
||||
return (noNegative ? "" : "-") + t.split("").reverse().join("") + "." + r;
|
||||
return z + "." + r;
|
||||
} else {
|
||||
return (noNegative ? "" : "-") + t.split("").reverse().join("");
|
||||
return z;
|
||||
}
|
||||
};
|
||||
watch(() => props.type, () => {
|
||||
|
||||
Reference in New Issue
Block a user