From 8523de3e77f8b71cce8f90ed3f1b7d2885d9806b Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期三, 06 十一月 2024 10:26:14 +0800
Subject: [PATCH] Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.V1.0 into test

---
 src/components/chat/components/playBar/PlayBar.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/components/chat/components/playBar/PlayBar.vue b/src/components/chat/components/playBar/PlayBar.vue
index e5749f8..e71d240 100644
--- a/src/components/chat/components/playBar/PlayBar.vue
+++ b/src/components/chat/components/playBar/PlayBar.vue
@@ -207,6 +207,7 @@
 onClickOutside(tipEleRef, () => {
 	triggerShow.value = false;
 });
+
 const inputText = (text) => {
 	nextTick(() => {
 		setTimeout(() => {
@@ -455,6 +456,9 @@
 const commonPhrasesClick = () => {
 	isShowPhrase.value = true;
 };
+onClickOutside(commonPhrasesRef, () => {
+	isShowPhrase.value = false;
+});
 const updateCommonChatInput = (val) => {
 	inputValue.value = val;
 	isShowPhrase.value = false;

--
Gitblit v1.9.3