wujingjing
2024-11-06 8523de3e77f8b71cce8f90ed3f1b7d2885d9806b
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;