Commit 16a89a4d by 陈超

T

parent 8f03fed5
......@@ -298,8 +298,9 @@
onFocus: function() {
this.showHistory = true
},
onHotKeyword: function(keyword) {
console.log(keyword)
onHotKeyword: function(key) {
this.keyword = key
this.onSearch()
},
onSearch: function() {
this.showHistory = false
......
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