From fb23c8fccf1e2857e1ecafd7bd8fe7a9b868b620 Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Fri, 11 Oct 2024 21:54:37 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A2446=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=BE=85=E6=94=B6=E8=B4=A7?= =?UTF-8?q?=E3=80=81=E5=BE=85=E8=AF=84=E4=BB=B7=E8=AE=A2=E5=8D=95=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E2=80=94=E7=82=B9=E5=87=BB=E3=80=90=E6=9B=B4?= =?UTF-8?q?=E5=A4=9A=E3=80=91=E4=B8=8B=E7=9A=84=E3=80=90=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E9=80=80=E6=AC=BE=E3=80=91=E6=8C=89=E9=92=AE=EF=BC=8C=E5=BA=94?= =?UTF-8?q?=E8=AF=A5=E8=B7=B3=E8=BD=AC=E5=BE=85=E6=94=B6=E8=B4=A7=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E9=80=80=E6=AC=BE=E9=A1=B5=E9=9D=A2=EF=BC=8C=E8=80=8C?= =?UTF-8?q?=E4=B8=8D=E6=98=AF=E6=9C=AA=E5=8F=91=E8=B4=A7=E9=80=80=E6=AC=BE?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/OrderDetails/index.vue | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/pages/order/OrderDetails/index.vue b/pages/order/OrderDetails/index.vue index e457510..c17d9be 100644 --- a/pages/order/OrderDetails/index.vue +++ b/pages/order/OrderDetails/index.vue @@ -737,12 +737,15 @@ export default { duration: 3000 }) } else { - this.$yrouter.push({ - path: "/pages/order/GoodsReturn/index", - query: { - id: orderInfo.orderId - } - }); + // this.$yrouter.push({ + // path: `/pkg_orders/views/refund?id=${orderInfo.orderId}`, + // query: { + // id: orderInfo.orderId + // } + // }); + uni.navigateTo({ + url: `/pkg_orders/views/refund?id=${orderInfo.orderId}` + }) } }, goGroupRule(orderInfo) {