拼团功能完善
This commit is contained in:
@@ -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];
|
||||
// 获取页面参数
|
||||
|
||||
Reference in New Issue
Block a user