This commit is contained in:
2025-12-22 18:38:48 +08:00
49 changed files with 8687 additions and 1075 deletions

View File

@@ -2312,7 +2312,6 @@
}, onMessage);
console.log('onLoad:e', e);
cartStore.setOldOrder({
detailMap: {},
originAmount: 0
@@ -2499,9 +2498,12 @@
console.log('onMounted:限时折扣', cartStore.limitTimeDiscount);
}
onMounted(async () => {
// #ifdef MP-WEIXIN
await proxy.$onLaunched;
// #endif
// 获取当前页面栈
const pages = getCurrentPages();
// 获取当前页面实例
const currentPage = pages[pages.length - 1];
// 获取页面参数