修复socket信息弹窗问题,修复菜品状态未上菜超市显示问题
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user