对关闭中的桌台增加部分处理

This commit is contained in:
2024-10-16 14:13:18 +08:00
parent de6320ef6e
commit e0f0d90bae
2 changed files with 9 additions and 2 deletions

View File

@@ -137,6 +137,12 @@
onMounted(() => {})
function more() {
if(props.data.status=='closed'){
return uni.showToast({
icon:'none',
title:'桌台关闭中!'
})
}
emits('more')
}