称重展示修改

duizhaopin_ui
13507605001 2 years ago
parent 29cc507288
commit 6d83921cd7

@ -117,9 +117,9 @@ export default {
weigh().then(
res => {
let weigh = null
if (res.data) {
if (res.status === 0) {
weigh = parseFloat(res.data)
if (!weigh) {
if (weigh == null) {
return
}
//

Loading…
Cancel
Save