diff --git a/src/views/comment.vue b/src/views/comment.vue index 62a2cdc..d690fd5 100644 --- a/src/views/comment.vue +++ b/src/views/comment.vue @@ -267,6 +267,7 @@ const handleAdd=async()=>{ if(code==200){ handleFreshList() message.value=''; + showLiuyan.value=false; showToast('留言成功') } }