Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
X
xiaoya-agent-program
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqian
xiaoya-agent-program
Commits
c9f75126
Commit
c9f75126
authored
Apr 07, 2020
by
18868195926
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 收到选择城市可实现页内跳转
parent
a477e625
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
index.js
src/pages/citySelect/index.js
+1
-1
No files found.
src/pages/citySelect/index.js
View file @
c9f75126
...
@@ -171,7 +171,7 @@ class CitySelect extends BaseComponent {
...
@@ -171,7 +171,7 @@ class CitySelect extends BaseComponent {
<
/View>
}
<
/View>
}
<
/View
>
<
/View
>
<
Block
>
<
Block
>
<
scroll
-
view
onScrollToLower
=
{
this
.
handleLoadMore
}
style
=
{
`height:
${
showSearch
?
0
:
'
auto'
}
`
}
scrollY
className
=
'city-list'
scroll
-
into
-
v
iew
=
{
curLetter
}
>
<
scroll
-
view
onScrollToLower
=
{
this
.
handleLoadMore
}
style
=
{
`height:
${
showSearch
?
0
:
'
1200px'
}
`
}
scrollY
className
=
'city-list'
scrollIntoV
iew
=
{
curLetter
}
>
{
cityList
.
map
((
item
,
index
)
=>
{
{
cityList
.
map
((
item
,
index
)
=>
{
return
(
return
(
<
Block
className
=
'city-item'
key
=
{
index
}
>
<
Block
className
=
'city-item'
key
=
{
index
}
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment