From 95d36ff9e538b797c1ef353fd3fd5be559cdc2e5 Mon Sep 17 00:00:00 2001
From: jscyl13849007907 <13849007907@163.com>
Date: Mon, 11 Aug 2025 15:27:26 +0800
Subject: [PATCH] no message
---
root/chat/index.vue | 2 +-
root/components/chatEvent/message.vue | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/root/chat/index.vue b/root/chat/index.vue
index 50652ed..b6308a9 100644
--- a/root/chat/index.vue
+++ b/root/chat/index.vue
@@ -117,7 +117,7 @@
@longpress="handleLongPress(item)" style="min-height: 25px;"
v-if="!item.isHidden"
>
-
+
diff --git a/root/components/chatEvent/message.vue b/root/components/chatEvent/message.vue
index 87a1967..503922a 100644
--- a/root/components/chatEvent/message.vue
+++ b/root/components/chatEvent/message.vue
@@ -28,8 +28,9 @@
}
},
watch: {
- cusMessage: {
- handler(newVal) {
+ cusMessage: {
+ handler(newVal) {
+ console.log('newVal',newVal)
const hasDot = newVal.endsWith('。');
const messageWithoutDot = hasDot ? newVal.slice(0, -1) : newVal;
this.displayedMessage = messageWithoutDot;