Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhengke
jz_Travel
Commits
0e5a0976
Commit
0e5a0976
authored
Apr 21, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
地图列表
parent
5044f9b1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
search.vue
pages/hotel/components/search.vue
+2
-1
mapList.vue
pages/hotel/mapList.vue
+1
-1
No files found.
pages/hotel/components/search.vue
View file @
0e5a0976
...
@@ -2,7 +2,8 @@
...
@@ -2,7 +2,8 @@
<view
class=
"hotel-list-search"
>
<view
class=
"hotel-list-search"
>
<view
class=
"row items-center"
style=
"padding: 12rpx 0 0 0;"
>
<view
class=
"row items-center"
style=
"padding: 12rpx 0 0 0;"
>
<view
class=
"search-box"
style=
"width: 1px;flex: 1;"
>
<view
class=
"search-box"
style=
"width: 1px;flex: 1;"
>
<view
class=
"hotel-city"
@
click=
"MapType?'':showCity()"
>
<!-- @click="MapType?'':showCity()" -->
<view
class=
"hotel-city"
@
click=
"showCity()"
>
{{
city
}}
{{
city
}}
</view>
</view>
...
...
pages/hotel/mapList.vue
View file @
0e5a0976
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
:longitude=
"center.longitude"
:longitude=
"center.longitude"
:latitude=
"center.latitude"
:latitude=
"center.latitude"
:markers=
"markers"
:markers=
"markers"
:include-points=
"
p
oints"
:include-points=
"
includeP
oints"
@
callouttap=
"handleCalloutClick"
@
callouttap=
"handleCalloutClick"
>
>
</map>
</map>
...
...
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