fix: 代客下单只要是后付费无台桌也可加菜

This commit is contained in:
YeMingfei666 2025-03-12 17:48:36 +08:00
parent 0e4050c3e5
commit dd1e3a61c7
1 changed files with 3 additions and 3 deletions

View File

@ -205,9 +205,9 @@ const props = defineProps({
}, },
}); });
let isXianFuKuan = computed(() => { let isXianFuKuan = computed(() => {
if (!props.table.tableCode) { // if (!props.table.tableCode) {
return true; // return true;
} // }
return shopUser.userInfo.registerType === "before" ? true : false; return shopUser.userInfo.registerType === "before" ? true : false;
}); });
const canWeiFee = computed(() => { const canWeiFee = computed(() => {