Commit bc8f7b3a authored by yun's avatar yun

回复试验

parent 50eb4a93
......@@ -159,6 +159,7 @@ export default {
this.removeDiscuss(this.optionIndex)
} else {
this.optionShow = false
document.getElementById('discussInput').focus()
setTimeout(() => {
this.ReplyShow(this.optionIndex, this.currentDiscuss.studentName)
}, 500)
......
......@@ -95,6 +95,7 @@ export default {
this.optionShow = false
this.removeThisRepply()
} else if (item.name === '回复') {
document.getElementById('discussInput').focus()
this.optionShow = false
setTimeout(() => {
this.sendReplyEmit()
......
......@@ -696,7 +696,6 @@ export default {
},
// 回复点击
textareaHeightBiggerRe(type, replyName) {
document.getElementById('discussInput').focus()
/* const input = document.getElementById('discussInput'),
focusBtn = document.getElementById('btnFocus2') */
this.discussType = type
......
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