diff --git a/src/model/ChatModel.js b/src/model/ChatModel.js index faecf9c..3cdbd9a 100644 --- a/src/model/ChatModel.js +++ b/src/model/ChatModel.js @@ -25,6 +25,8 @@ export const CompName = { callSurveyQuestionnaire: "callSurveyQuestionnaire", // 打开地图卡片 openMapCard: "openMapCard", + // 回答卡片 + answerCard: "answerCard", }; /// 发送的指令类型 diff --git a/src/pages/index/components/chat/ChatMainList/index.vue b/src/pages/index/components/chat/ChatMainList/index.vue index b1a712f..892906d 100644 --- a/src/pages/index/components/chat/ChatMainList/index.vue +++ b/src/pages/index/components/chat/ChatMainList/index.vue @@ -10,6 +10,7 @@ :scroll-with-animation="true" @scroll="handleScroll" @scrolltolower="handleScrollToLower"> +