Commit 7cf88bca authored by yun's avatar yun

回复试验

parent 3f7ce2eb
......@@ -700,6 +700,7 @@ export default {
const input = document.getElementById('discussInput')
this.discussType = type
this.discussPlaceHloder = '回复@' + replyName
console.log('还在走', document.getElementById('discussInput'))
input.focus()
},
textareaHeightSmaller() {
......
......@@ -471,7 +471,8 @@ export default {
search() {
const that = this
if (that.$route.params.searchFocus !== 'focus') {
document.getElementById('searchInputP').focus()
console.log('删掉了')
// document.getElementById('searchInputP').focus()
}
const navBar = document.getElementById('navBar')
navBar.style.display = 'none'
......
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