From 09cd59e111da050db1e26621a231c7e2eb7a415b Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 21 Jan 2026 21:55:11 +0800
Subject: [PATCH] 1
---
src/views/C2C/c2cOrder/components/appeal/AppealWaiting.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/C2C/c2cOrder/components/appeal/AppealWaiting.vue b/src/views/C2C/c2cOrder/components/appeal/AppealWaiting.vue
index a28cfa8..3b0f4f9 100644
--- a/src/views/C2C/c2cOrder/components/appeal/AppealWaiting.vue
+++ b/src/views/C2C/c2cOrder/components/appeal/AppealWaiting.vue
@@ -31,8 +31,8 @@
},
methods: {
tokefu() {
- if (customerServiceUrl) {
- window.location.href = customerServiceUrl;
+ if (customerServiceUrl()) {
+ window.location.href = customerServiceUrl();
} else {
this.$router.push('/customerService')
}
--
Gitblit v1.9.3