From af2699765d74c75a76069a06f194f7e9177fa255 Mon Sep 17 00:00:00 2001
From: lifizer <913626195@qq.com>
Date: Mon, 14 Oct 2024 15:08:26 +0800
Subject: [PATCH] =?UTF-8?q?Fix(=E8=AE=A2=E5=8D=95):[#2446]=20=E5=BE=85?=
=?UTF-8?q?=E5=8F=91=E8=B4=A7=E7=9A=84=E7=94=B3=E8=AF=B7=E9=80=80=E6=AC=BE?=
=?UTF-8?q?=E5=BA=94=E8=AF=A5=E8=B7=B3=E8=BD=AC=E5=88=B0=E6=9C=AA=E5=8F=91?=
=?UTF-8?q?=E8=B4=A7=E9=80=80=E6=AC=BE=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 | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/pages/order/OrderDetails/index.vue b/pages/order/OrderDetails/index.vue
index 18ad204..4a2371d 100644
--- a/pages/order/OrderDetails/index.vue
+++ b/pages/order/OrderDetails/index.vue
@@ -339,7 +339,7 @@
联系商家
- 申请退款
+ 申请退款
@@ -749,6 +749,14 @@ export default {
})
}
},
+ goGoodsReturn2(orderInfo) {
+ this.$yrouter.push({
+ path: "/pages/order/GoodsReturn/index",
+ query: {
+ id: orderInfo.orderId
+ }
+ })
+ },
goGroupRule(orderInfo) {
this.$yrouter.push({
path: "/pages/activity/GroupRule/index",