Commit 24102a29 authored by yun's avatar yun

回复试验

parent 7d78c6f8
...@@ -697,10 +697,10 @@ export default { ...@@ -697,10 +697,10 @@ export default {
}, },
// 回复点击 // 回复点击
textareaHeightBiggerRe(type, replyName) { textareaHeightBiggerRe(type, replyName) {
document.getElementById('discussInput').focus() document.getElementById('discussInput').click()
this.discussType = type this.discussType = type
this.discussPlaceHloder = '回复@' + replyName this.discussPlaceHloder = '回复@' + replyName
console.log('还在走3', document.getElementById('discussInput')) console.log('还在走4', document.getElementById('discussInput'))
}, },
textareaHeightSmaller() { textareaHeightSmaller() {
if (this.commentContent.trim() === '') { if (this.commentContent.trim() === '') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment