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">
+
@@ -26,6 +27,9 @@
+
@@ -90,6 +94,7 @@ import {
} from "@/constant/constant";
import { MessageRole, CompName } from "@/model/ChatModel";
import ChatTopWelcome from "../ChatTopWelcome/index.vue";
+import NoticeMessage from "../NoticeMessage/index.vue";
import ChatTopNavBar from "../ChatTopNavBar/index.vue";
import ChatCardAI from "../ChatCardAi/index.vue";
import ChatCardMine from "../ChatCardMine/index.vue";
@@ -103,6 +108,7 @@ import RecommendPostsComponent from "../../module/RecommendPostsComponent/index.
import AttachListComponent from "../../module/AttachListComponent/index.vue";
import DetailCardCompontent from "../../module/DetailCardCompontent/index.vue";
import OpenMapComponent from "../../module/OpenMapComponent/index.vue";
+import AnswerComponent from "../../module/AnswerComponent/index.vue";
import CreateServiceOrder from "@/components/CreateServiceOrder/index.vue";
import Feedback from "@/components/Feedback/index.vue";
import AddCarCrad from "@/components/AddCarCrad/index.vue";
diff --git a/src/pages/index/components/chat/NoticeMessage/index.vue b/src/pages/index/components/chat/NoticeMessage/index.vue
new file mode 100644
index 0000000..e48cc70
--- /dev/null
+++ b/src/pages/index/components/chat/NoticeMessage/index.vue
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+ 临时提醒
+
+ 现在拥堵严重请绕道而行现在拥堵严重,请绕道而行现在拥堵严重,请绕道而行现在拥堵严重请绕道而行现在拥堵严重,请绕道而行现在拥堵严重,请绕道而行
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/index/components/chat/NoticeMessage/notice_bg_img.png b/src/pages/index/components/chat/NoticeMessage/notice_bg_img.png
new file mode 100644
index 0000000..f630bd8
Binary files /dev/null and b/src/pages/index/components/chat/NoticeMessage/notice_bg_img.png differ
diff --git a/src/pages/index/components/module/AnswerComponent/index.vue b/src/pages/index/components/module/AnswerComponent/index.vue
new file mode 100644
index 0000000..a27ed3c
--- /dev/null
+++ b/src/pages/index/components/module/AnswerComponent/index.vue
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+ 游玩划重点
+
+
+
+ {{ answerText }}
+
+
+
+ 查看完整攻略
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/index/components/module/NoticeMessage/index.vue b/src/pages/index/components/module/NoticeMessage/index.vue
deleted file mode 100644
index e69de29..0000000
diff --git a/src/pages/index/components/module/OpenMapComponent/index.vue b/src/pages/index/components/module/OpenMapComponent/index.vue
index a62824c..9e2b0a4 100644
--- a/src/pages/index/components/module/OpenMapComponent/index.vue
+++ b/src/pages/index/components/module/OpenMapComponent/index.vue
@@ -9,7 +9,7 @@
- 打开导览地图
+ 打开导览地图
距你 {{ distance }} · 步行 {{ walk }}
diff --git a/src/static/scss/height.scss b/src/static/scss/height.scss
index 69a5677..ffbf40e 100644
--- a/src/static/scss/height.scss
+++ b/src/static/scss/height.scss
@@ -45,3 +45,7 @@
.h-80 {
height: 80px;
}
+
+.h-96 {
+ height: 96px;
+}
diff --git a/src/static/scss/margin.scss b/src/static/scss/margin.scss
index 320c9dd..782e8ca 100644
--- a/src/static/scss/margin.scss
+++ b/src/static/scss/margin.scss
@@ -130,3 +130,7 @@
.ml-30 {
margin-left: 30px;
}
+
+.mr-88 {
+ margin-right: 88px;
+}
\ No newline at end of file