From e565e967fcbb061acacd55fc6e706552a5c37c77 Mon Sep 17 00:00:00 2001 From: zoujing Date: Sun, 5 Apr 2026 11:43:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=88=BF=E9=97=B4=E5=8F=B7=E7=9A=84?= =?UTF-8?q?=E6=96=87=E6=A1=88=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CreateServiceOrder/index.vue | 8 ++--- .../components/chat/ChatMainList/index.vue | 32 +++++++++++++++---- 2 files changed, 30 insertions(+), 10 deletions(-) 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"> - +