diff --git a/src/components/CreateServiceOrder/index.vue b/src/components/CreateServiceOrder/index.vue index b024687..14d019b 100644 --- a/src/components/CreateServiceOrder/index.vue +++ b/src/components/CreateServiceOrder/index.vue @@ -19,8 +19,8 @@ - 房间号 - + 所在位置 + 房间号:{{ roomId }}所在位置:{{ roomId }} 联系方式: {{ contactPhone }} { } if (!roomId.value.trim()) { - uni.showToast({ title: "请填写房间号", icon: "none" }); + uni.showToast({ title: "请填写所在位置", icon: "none" }); return; } diff --git a/src/pages/index/components/chat/ChatMainList/index.vue b/src/pages/index/components/chat/ChatMainList/index.vue index 81a283d..e1290c6 100644 --- a/src/pages/index/components/chat/ChatMainList/index.vue +++ b/src/pages/index/components/chat/ChatMainList/index.vue @@ -10,7 +10,7 @@ :scroll-with-animation="true" @scroll="handleScroll" @scrolltolower="handleScrollToLower"> - +