Commit 453cd7ab authored by yun's avatar yun

回复试验

parent 448e0ccf
...@@ -159,7 +159,7 @@ export default { ...@@ -159,7 +159,7 @@ export default {
this.removeDiscuss(this.optionIndex) this.removeDiscuss(this.optionIndex)
} else { } else {
this.optionShow = false this.optionShow = false
// document.getElementById('discussInput').focus() document.getElementById('discussInput').focus()
setTimeout(() => { setTimeout(() => {
this.ReplyShow(this.optionIndex, this.currentDiscuss.studentName) this.ReplyShow(this.optionIndex, this.currentDiscuss.studentName)
}, 500) }, 500)
......
...@@ -95,7 +95,7 @@ export default { ...@@ -95,7 +95,7 @@ export default {
this.optionShow = false this.optionShow = false
this.removeThisRepply() this.removeThisRepply()
} else if (item.name === '回复') { } else if (item.name === '回复') {
// document.getElementById('discussInput').focus() document.getElementById('discussInput').focus()
this.optionShow = false this.optionShow = false
setTimeout(() => { setTimeout(() => {
this.sendReplyEmit() this.sendReplyEmit()
......
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