...
|
...
|
@@ -128,7 +128,9 @@ export default class Search extends Component { |
|
|
}
|
|
|
{
|
|
|
hotSearch.length > 0 &&
|
|
|
<SearchItem title={hotSearchTitle} list={hotSearch} ></SearchItem>
|
|
|
<View className='hotSearch'>
|
|
|
<SearchItem title={hotSearchTitle} list={hotSearch} ></SearchItem>
|
|
|
</View>
|
|
|
}
|
|
|
</ScrollView>
|
|
|
</View>
|
...
|
...
|
|