修复socket信息弹窗问题,修复菜品状态未上菜超市显示问题

This commit is contained in:
2025-12-01 13:47:56 +08:00
parent d2ba7af340
commit 2c2a87ab19
4 changed files with 25 additions and 8 deletions

View File

@@ -188,7 +188,7 @@ export const useCartStore = defineStore("cart", {
})
);
}
if (msg.status == 0) {
if (msg.status == 0&&msg.type!="time_discount") {
uni.showToast({
title: "添加失败",
icon: "none",