From 02934dbb241d70309c910cb8f2aca4db7732a131 Mon Sep 17 00:00:00 2001 From: bobobobo <1055026847@qq.com> Date: Mon, 9 Feb 2026 11:24:49 +0800 Subject: [PATCH] QAQ --- pages/discover/order/index.vue | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/pages/discover/order/index.vue b/pages/discover/order/index.vue index 06d4eeb..7cdbe27 100644 --- a/pages/discover/order/index.vue +++ b/pages/discover/order/index.vue @@ -56,7 +56,13 @@ // 跳转到订单详情 const goToDetail = item => { - navigateTo('/pages/discover/order/detail', { id: item.id }) + let url = '' + if (item.orderType == 1) { + url = '/pages/discover/order/detail' + } else { + url = '/pages/shop-together/detail' + } + navigateTo(url, { id: item.id }) } // 获取状态文本 @@ -174,18 +180,19 @@ {{ item.userName }} - 默认规格 + + + {{ item.specText }} + ¥{{ item.unitPrice }} - - x1 - + x1