From 3f31c2e467cdf20df98f10566edb7576ad1696a6 Mon Sep 17 00:00:00 2001
From: maziyang <2049865907@qq.com>
Date: Wed, 29 Oct 2025 11:57:30 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8F=8D=E9=A6=88=E5=BC=B9=E7=AA=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/FeedbackModal.vue | 196 ++++++++++++++++++++++
pages/customerServicePlatform/csPlatformIndex.vue | 50 ++++--
pages/customerServicePlatform/historyRecord.vue | 15 +-
static/customer-service-platform/a1.png | Bin 533337 -> 0 bytes
static/customer-service-platform/a2.jpg | Bin 169951 -> 0 bytes
static/customer-service-platform/fail-icon.png | Bin 0 -> 4316 bytes
static/customer-service-platform/success-icon.png | Bin 0 -> 4304 bytes
7 files changed, 240 insertions(+), 21 deletions(-)
create mode 100644 components/FeedbackModal.vue
delete mode 100644 static/customer-service-platform/a1.png
delete mode 100644 static/customer-service-platform/a2.jpg
create mode 100644 static/customer-service-platform/fail-icon.png
create mode 100644 static/customer-service-platform/success-icon.png
diff --git a/components/FeedbackModal.vue b/components/FeedbackModal.vue
new file mode 100644
index 0000000..a4bc5e4
--- /dev/null
+++ b/components/FeedbackModal.vue
@@ -0,0 +1,196 @@
+
+
+
+
+
+
+ {{ _title }}
+
+
+
+
+
+ {{ _subtitle }}
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/customerServicePlatform/csPlatformIndex.vue b/pages/customerServicePlatform/csPlatformIndex.vue
index dca6b4e..db28377 100644
--- a/pages/customerServicePlatform/csPlatformIndex.vue
+++ b/pages/customerServicePlatform/csPlatformIndex.vue
@@ -5,7 +5,7 @@