修复再来一单问题

This commit is contained in:
2025-12-16 17:00:32 +08:00
parent 251490e3ab
commit 645122c182
9 changed files with 170 additions and 84 deletions

View File

@@ -426,7 +426,7 @@ export const useCartsStore = defineStore("cart", () => {
}
// 提示
if (Message.status == 0 && Message.type != "no_suit_num") {
if (Message.status == 0 && Message.type != "no_suit_num"&& Message.operate_type != "rottable_error") {
uni.showToast({
title: Message.msg,
icon: "none",