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 @@
/>