Commit 3f344ec8 by hank

searchBar

parent 8a299bf9
......@@ -136,7 +136,7 @@ class DeviceSelect extends Component {
const { size } = checked
return (
<View className="device-bind">
<AtSearchBar value={''} onChange={searchChange} />
<AtSearchBar value={''} onChange={this.searchChange} />
<View className="device-bind-scroll">
<ScrollView className="device-bind-scroll-view">
{list.map(item => (
......
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 sign in to comment