修复确认订单页面没有台桌信息温柔

This commit is contained in:
2025-12-24 17:59:55 +08:00
parent 158a025ba1
commit e645aa5516

View File

@@ -1146,6 +1146,14 @@
}
}
//获取台桌信息
let tableRes = await getTableInfo({
tableCode: options.tableCode || "",
});
console.log("tableRes", tableRes);
listinfo.tableName = tableRes?tableRes.name:'';
//获取店铺信息
const shopInfoRes = await APIusershopInfodetail({
shopId: options.shopId,