拼团功能完善

This commit is contained in:
2025-12-17 18:08:27 +08:00
parent 2fc5a428ff
commit 744f56468f
17 changed files with 2200 additions and 305 deletions

View File

@@ -2438,9 +2438,12 @@
})
const oldOrder = ref(null);
onMounted(async () => {
// #ifdef MP-WEIXIN
await proxy.$onLaunched;
// #endif
// 获取当前页面栈
const pages = getCurrentPages();
// 获取当前页面实例
const currentPage = pages[pages.length - 1];
// 获取页面参数