diff --git a/src/model/ChatModel.js b/src/model/ChatModel.js index c89dc1f..91cb027 100644 --- a/src/model/ChatModel.js +++ b/src/model/ChatModel.js @@ -35,7 +35,7 @@ export const JumpType = { /// 组件的名称 export const CompName = { - // 快速预定卡片 + // 快速预订卡片 quickBookingCard: "quickBookingCard", // 服务工单卡片 callServiceCard: "callServiceCard", @@ -83,7 +83,7 @@ export const CompName = { export const Command = { // 通知消息 messageInit: "Command.init", - // 快速预定 + // 快速预订 quickBooking: "Command.quickBooking", // 探索发现 discovery: "Command.discovery", diff --git a/src/pages-quick/list.vue b/src/pages-quick/list.vue index a8fdb89..7edbbbf 100644 --- a/src/pages-quick/list.vue +++ b/src/pages-quick/list.vue @@ -2,7 +2,7 @@