This commit is contained in:
parent
a59107e2b3
commit
c4e435b40b
script
|
@ -16,6 +16,7 @@ function weightFix() {
|
||||||
mui.toast('<b style="color:red">校准失败,已完成请先上传</b>');
|
mui.toast('<b style="color:red">校准失败,已完成请先上传</b>');
|
||||||
} else {
|
} else {
|
||||||
beforeWeight = nowWeight;
|
beforeWeight = nowWeight;
|
||||||
|
allowAuto = true
|
||||||
mui.toast("校准完成");
|
mui.toast("校准完成");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue