Ver código fonte

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

kele 2 anos atrás
pai
commit
4d074d5964
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3 1
      pages/chat/index.vue

+ 3 - 1
pages/chat/index.vue

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