称重展示修改

duizhaopin_ui
13507605001 2 years ago
parent 29cc507288
commit 6d83921cd7

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

Loading…
Cancel
Save