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
1bbdd7d5
Commit
1bbdd7d5
authored
Jun 07, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
403aadde
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
153 additions
and
31 deletions
+153
-31
list.vue
pages/hotel/list.vue
+149
-29
list.vue
pages/restaurant/list.vue
+2
-1
list.vue
pages/ticketCoupons/list.vue
+2
-1
No files found.
pages/hotel/list.vue
View file @
1bbdd7d5
This diff is collapsed.
Click to expand it.
pages/restaurant/list.vue
View file @
1bbdd7d5
...
...
@@ -2,7 +2,7 @@
<view
class=
"hotel-list"
>
<view
class=
"search-box"
>
<view
class=
"city-box"
@
click=
"showCity"
>
<u-icon
name=
"location"
:size=
"28"
></u-icon>
<u-icon
name=
"location"
:size=
"28"
color=
"#EE4454"
></u-icon>
{{
city
}}
</view>
<view
style=
"width: 1px; flex: 1;"
>
...
...
@@ -447,6 +447,7 @@
this
.
city
=
val
.
Name
this
.
getDistrict
(
val
.
ID
)
this
.
msg
.
District
=
0
this
.
optionsTitle
[
2
]
=
"区域"
this
.
getFoodList
();
},
getCity
(){
...
...
pages/ticketCoupons/list.vue
View file @
1bbdd7d5
...
...
@@ -2,7 +2,7 @@
<view
class=
"hotel-list"
>
<view
class=
"search-box"
>
<view
class=
"city-box"
@
click=
"showCity"
>
<u-icon
name=
"location"
:size=
"28"
></u-icon>
<u-icon
name=
"location"
:size=
"28"
color=
"#EE4454"
></u-icon>
{{
city
}}
</view>
<view
style=
"width: 1px; flex: 1;"
>
...
...
@@ -331,6 +331,7 @@
this
.
city
=
val
.
Name
this
.
getDistrict
(
val
.
ID
)
this
.
msg
.
District
=
0
this
.
optionsTitle
[
2
]
=
"区域"
this
.
getList
();
},
getCity
(){
...
...
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