Fix:3925 【商城小程序】楼主进入互动消息页面回复时,输入框默认显示单引号
This commit is contained in:
@@ -162,7 +162,7 @@ export default {
|
||||
showSendBtn(item) {
|
||||
this.showBtn = true // 显示发送按钮
|
||||
this.currentComment = item
|
||||
this.content = ' `' // 清空输入框
|
||||
this.content = ' ' // 清空输入框
|
||||
},
|
||||
/**
|
||||
* 回复消息
|
||||
|
||||
Reference in New Issue
Block a user