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

This commit is contained in:
kele
2023-04-06 16:33:46 +08:00
parent 0fc832990c
commit 4d074d5964
+3 -1
View File
@@ -495,7 +495,9 @@
}); });
chat.showTools = false; chat.showTools = false;
// scrollBottom(); // scrollBottom();
chat.msg = ''; setTimeout(()=>{
chat.msg = '';
},100)
} }
// 点击猜你想问 // 点击猜你想问