修复代客下单问题

This commit is contained in:
2025-12-18 10:54:08 +08:00
parent 05cdfcc262
commit 160c8b631c
2 changed files with 5 additions and 5 deletions

View File

@@ -347,14 +347,14 @@ async function areainit() {
}
async function diancanShow(item, key) {
if (!key) {
router.push({ path: "/tool/index", query: { tableCode: item.tableCode } });
router.push({ path: "/Instead", query: { tableCode: item.tableCode } });
return;
}
if (key == "isAddGoods") {
router.push({ path: "/tool/index", query: { id: item.orderId, key } });
router.push({ path: "/Instead", query: { id: item.orderId, key } });
}
if (key == "isPayOrder") {
router.push({ path: "/tool/index", query: { id: item.orderId, key } });
router.push({ path: "/Instead", query: { id: item.orderId, key } });
}
}
const tabClick = (tab) => {