Fix(互动消息):[#3925]楼主进入互动消息页面回复时,输入框默认显示单引号

This commit is contained in:
linxi
2025-06-25 17:30:16 +08:00
parent 03eb6ef677
commit c6fc97dacc
+1 -1
View File
@@ -162,7 +162,7 @@ export default {
showSendBtn(item) {
this.showBtn = true // 显示发送按钮
this.currentComment = item
this.content = ' `' // 清空输入框
this.content = ' ' // 清空输入框
},
/**
* 回复消息