维修作业
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
class="filter_input search_input"
|
||||
:value="value"
|
||||
:focus="focusState"
|
||||
@focus="handleFocus($event)"
|
||||
@blur="handleBlur($event)"
|
||||
@input="handleChange($event)">
|
||||
<view class="buttons_wraper">
|
||||
@@ -54,6 +55,9 @@
|
||||
this.focusState = false
|
||||
}
|
||||
},
|
||||
handleFocus () {
|
||||
this.focusState = true
|
||||
},
|
||||
handleBlur () {
|
||||
this.focusState = false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user