fix:无法在评论下发送一级、二级评论,空评论检测不生效

This commit is contained in:
hanyixuanten
2026-07-04 14:32:59 +08:00
parent ba115f5cbc
commit 1790d59fa2
-1
View File
@@ -94,7 +94,6 @@ export default {
},
Reply(evt) {
this.replymode = true
this.input_text.content = ""
this.reply_target = evt.detail.rpid
},
ShowTools(evt) {