fix: 跳转订单详情修复

This commit is contained in:
2025-09-22 18:24:16 +08:00
parent 3fb98374d8
commit 9c2cd083e9

View File

@@ -96,10 +96,9 @@ const handleTabChange = ({ index }) => {
const handleOrderClick = ({ orderId }) => { const handleOrderClick = ({ orderId }) => {
// 这里可以添加订单详情跳转逻辑 // 这里可以添加订单详情跳转逻辑
uni.navigateTo({ uni.navigateTo({
url: `/pages/order/detail?orderId=${orderId}`, url: `/pages-order/order/detail?orderId=${orderId}`,
}); });
}; };
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss"></style>
</style>