diff --git a/src/pages/Index/Regular/Consumables.vue b/src/pages/Index/Regular/Consumables.vue index 9c4deda..9cdc35a 100644 --- a/src/pages/Index/Regular/Consumables.vue +++ b/src/pages/Index/Regular/Consumables.vue @@ -271,7 +271,7 @@ const updateLittleBottomNum = async ({ sync: boolean }) => { if (bottleNum < 0) { - return + bottleNum = 0 } if (deviceStore.deviceState.workState !== 'WORKING') { consumableStore.setDisableUpdateConsumableData(true) diff --git a/src/pages/Index/components/Consumables/DragAreaEx.vue b/src/pages/Index/components/Consumables/DragAreaEx.vue index 51db41c..98c6e6f 100644 --- a/src/pages/Index/components/Consumables/DragAreaEx.vue +++ b/src/pages/Index/components/Consumables/DragAreaEx.vue @@ -20,7 +20,7 @@