Compare commits

..

2 Commits

Author SHA1 Message Date
9c2cd083e9 fix: 跳转订单详情修复 2025-09-22 18:24:16 +08:00
3fb98374d8 feat: yarn 2025-09-22 18:24:07 +08:00
2 changed files with 351 additions and 2012 deletions

View File

@ -96,10 +96,9 @@ const handleTabChange = ({ index }) => {
const handleOrderClick = ({ orderId }) => {
//
uni.navigateTo({
url: `/pages/order/detail?orderId=${orderId}`,
url: `/pages-order/order/detail?orderId=${orderId}`,
});
};
</script>
<style scoped lang="scss">
</style>
<style scoped lang="scss"></style>

2358
yarn.lock

File diff suppressed because it is too large Load Diff