代码更新

This commit is contained in:
GaoHao
2025-03-04 18:30:16 +08:00
parent fd0c452a76
commit 4f65b08c06
32 changed files with 622 additions and 1616 deletions

View File

@@ -152,13 +152,8 @@
if (props.data.length <= 0) {
return infoBox.showToast('还没有选择商品')
}
const {
name,
maxCapacity,
status,
type
} = props.table
const { name, maxCapacity, status, type } = props.table
console.log(props.table)
if (props.table.id == '') {
go.to('PAGES_CONFIRM_ORDER', {
isCreateOrderToDetail: props.isCreateOrderToDetail ? 1 : 0

View File

@@ -94,7 +94,6 @@
})
const goods = computed(() => {
console.log(props.skuMap[selSku.value])
return props.skuMap[selSku.value]
})
watch(() => goods.value, (newval) => {