fix: 代客下单修改

This commit is contained in:
2025-10-09 16:48:13 +08:00
parent 5cd5265ffb
commit 4b9fc0ad3f
11 changed files with 436 additions and 246 deletions

View File

@@ -495,6 +495,7 @@ async function clearOldOrder(params) {
type: res1 ? "success" : "error",
message: res1 ? "删除成功" : "删除失败",
});
showOrder.value = false;
clearOldOrderCallback();
} catch (error) {
clearOldOrderCallback();