From 7bb960ef165d091678a65ddc01b6551ec4487daa Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Mon, 29 Dec 2025 14:26:11 +0800
Subject: [PATCH] 1
---
src/views/C2C/c2c-order-list/components/TradeSuccessDetail.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/C2C/c2c-order-list/components/TradeSuccessDetail.vue b/src/views/C2C/c2c-order-list/components/TradeSuccessDetail.vue
index 55a6be6..9609209 100644
--- a/src/views/C2C/c2c-order-list/components/TradeSuccessDetail.vue
+++ b/src/views/C2C/c2c-order-list/components/TradeSuccessDetail.vue
@@ -146,8 +146,8 @@
return str
},
tokefu() {
- if (customerServiceUrl) {
- window.location.href = customerServiceUrl;
+ if (customerServiceUrl()) {
+ window.location.href = customerServiceUrl();
} else {
this.$router.push('/customerService')
}
--
Gitblit v1.9.3