L22新增单位

This commit is contained in:
qcl_123 2026-04-07 15:16:46 +08:00
parent 5b62d3ab22
commit 4ba6974cbf
3 changed files with 7 additions and 1 deletions

View File

@ -111,6 +111,9 @@
if (num == "00") {
weight = weight / 10
}
if (num == "01") {
that.unit = "斤"
}
if (num == "10") {
if (unit == "10") {
that.unit = "lb"

File diff suppressed because one or more lines are too long

View File

@ -223,6 +223,9 @@ var _default = {
if (num == "00") {
weight = weight / 10;
}
if (num == "01") {
that.unit = "斤";
}
if (num == "10") {
if (unit == "10") {
that.unit = "lb";