Commit c9f75126 authored by 18868195926's avatar 18868195926

feat: 收到选择城市可实现页内跳转

parent a477e625
......@@ -171,7 +171,7 @@ class CitySelect extends BaseComponent {
</View>}
</View>
<Block>
<scroll-view onScrollToLower={this.handleLoadMore} style={`height: ${showSearch ? 0: 'auto'}`} scrollY className='city-list' scroll-into-view={curLetter}>
<scroll-view onScrollToLower={this.handleLoadMore} style={`height: ${showSearch ? 0: '1200px'}`} scrollY className='city-list' scrollIntoView={curLetter}>
{cityList.map((item, index) => {
return (
<Block className='city-item' key={index}>
......
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