From 2f05a40918876088a1afe01d9acaa46c854f6ea2 Mon Sep 17 00:00:00 2001 From: zoujing Date: Tue, 21 Oct 2025 20:00:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=20=E5=91=BC=E5=8F=AB=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/model/ChatModel.js | 4 ++-- src/pages/index/components/chat/ChatMainList/index.vue | 2 +- src/pages/index/components/chat/ChatQuickAccess/index.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/model/ChatModel.js b/src/model/ChatModel.js index 53993bd..902aede 100644 --- a/src/model/ChatModel.js +++ b/src/model/ChatModel.js @@ -19,7 +19,7 @@ export const CompName = { // 快速预定卡片 quickBookingCard: "quickBookingCard", // 服务工单卡片 - createWorkOrderCard: "createWorkOrderCard", + callServiceCard: "callServiceCard", // 意见反馈卡片 feedbackCard: "feedbackCard", // 探索发现卡片 @@ -37,7 +37,7 @@ export const Command = { // 探索发现 discovery: "Command.discovery", // 呼叫服务 - createWorkOrderCard: "Command.createWorkOrderCard", + callServiceCard: "Command.callServiceCard", // 更多 more: "Command.more", // 我的订单 diff --git a/src/pages/index/components/chat/ChatMainList/index.vue b/src/pages/index/components/chat/ChatMainList/index.vue index 36c079c..c2ccef4 100644 --- a/src/pages/index/components/chat/ChatMainList/index.vue +++ b/src/pages/index/components/chat/ChatMainList/index.vue @@ -41,7 +41,7 @@ />