Explorar o código

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

kele %!s(int64=2) %!d(string=hai) anos
pai
achega
4d074d5964
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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)
   }
 
   // 点击猜你想问