fix:修复移动小程序端客服发送信息弹出小键盘无法清除信息bug
parent
0fc832990c
commit
4d074d5964
|
@ -495,7 +495,9 @@
|
|||
});
|
||||
chat.showTools = false;
|
||||
// scrollBottom();
|
||||
chat.msg = '';
|
||||
setTimeout(()=>{
|
||||
chat.msg = '';
|
||||
},100)
|
||||
}
|
||||
|
||||
// 点击猜你想问
|
||||
|
|
Loading…
Reference in New Issue