Commit 78133257 by liudx

timerbug

parent 6084b83d
No preview for this file type
......@@ -609,7 +609,7 @@ export default {
}
},
onBlur() {
timer = setTimeout(() => {
this.timer = setTimeout(() => {
this.search_result_show = false;
}, 150);
},
......
......@@ -470,7 +470,7 @@ export default {
}
},
onBlur() {
timer = setTimeout(() => {
this.timer = setTimeout(() => {
this.search_result_show = false;
}, 150);
},
......
......@@ -403,7 +403,7 @@ export default {
},
//onBlur
onBlur() {
timer = setTimeout(() => {
this.timer = setTimeout(() => {
this.search_result_show = false;
}, 150);
},
......
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