diff --git a/pages/chat/index.vue b/pages/chat/index.vue index eddba2c..6eda036 100644 --- a/pages/chat/index.vue +++ b/pages/chat/index.vue @@ -495,7 +495,9 @@ }); chat.showTools = false; // scrollBottom(); - chat.msg = ''; + setTimeout(()=>{ + chat.msg = ''; + },100) } // 点击猜你想问