fix:修复移动小程序端客服发送信息弹出小键盘无法清除信息bug

pull/8/head
kele 2023-04-06 16:33:46 +08:00
parent 0fc832990c
commit 4d074d5964
1 changed files with 3 additions and 1 deletions

View File

@ -495,7 +495,9 @@
});
chat.showTools = false;
// scrollBottom();
chat.msg = '';
setTimeout(()=>{
chat.msg = '';
},100)
}
//