wujingjing
2024-11-06 8523de3e77f8b71cce8f90ed3f1b7d2885d9806b
Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.V1.0 into test
已修改1个文件
4 ■■■■ 文件已修改
src/components/chat/components/playBar/PlayBar.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;