修复确认订单页面没有台桌信息温柔
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user