From 9557a51e28822fcecc0d46e508661644622f4c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Fri, 12 Sep 2025 11:03:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=94=AE=E5=90=8E=E5=95=86?= =?UTF-8?q?=E5=AE=B6=E5=A4=84=E7=90=86=E9=A1=B5=E7=9A=84=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/myOrders/pending/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/myOrders/pending/index.vue b/packages/myOrders/pending/index.vue index d29917a2..54980ef4 100644 --- a/packages/myOrders/pending/index.vue +++ b/packages/myOrders/pending/index.vue @@ -146,7 +146,7 @@ export default { }, methods: { getServiceTypeText(type) { - return type === 1 ? '退货退款' : '仅退款'; + return type === 1 ? '退款' : (type === 2 ? '退货退款' : '换货'); }, // 格式化日期