Fix:3925 【商城小程序】楼主进入互动消息页面回复时,输入框默认显示单引号

This commit is contained in:
LinCyJang
2025-07-06 20:40:36 +08:00
parent b129ed9641
commit e8886a6050
+1 -1
View File
@@ -162,7 +162,7 @@ export default {
showSendBtn(item) {
this.showBtn = true // 显示发送按钮
this.currentComment = item
this.content = ' `' // 清空输入框
this.content = ' ' // 清空输入框
},
/**
* 回复消息