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
5c60b864
Commit
5c60b864
authored
Oct 23, 2023
by
18224442217
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
d332210a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
airTicketList.vue
pages/airTicket/airTicketList.vue
+0
-1
index.vue
pages/airTicket/components/address/index.vue
+3
-3
No files found.
pages/airTicket/airTicketList.vue
View file @
5c60b864
...
@@ -125,7 +125,6 @@
...
@@ -125,7 +125,6 @@
length=
"90%"
length=
"90%"
:safe-area-inset-bottom=
"true"
:safe-area-inset-bottom=
"true"
@
close=
"OffPopup(1)"
>
@
close=
"OffPopup(1)"
>
<!-- StartDateObj.times -->
<canlendar
<canlendar
@
finish=
"chosenDateResult"
@
finish=
"chosenDateResult"
:immediately=
"true"
:immediately=
"true"
...
...
pages/airTicket/components/address/index.vue
View file @
5c60b864
<
template
>
<
template
>
<view
class=
"addressIndex-box"
>
<view
class=
"addressIndex-box"
>
<view
class=
"fz30 fontBold textCenter MB30 PX53 relative"
>
选择
{{
AddressType
==
1
?
'出发地'
:
'目的地'
}}
<view
class=
"fz30 fontBold textCenter MB30 PX53 relative"
>
选择
{{
AddressType
==
1
?
'出发地'
:
'目的地'
}}
<text
class=
"fz24 color9999A5 absolute PX10"
style=
"right: 53rpx;top: 0;bottom: 0;"
@
click=
"Clear"
>
清空
</text>
<text
v-if=
"SelectObj.ID"
class=
"fz24 color9999A5 absolute PX10"
style=
"right: 53rpx;top: 0;bottom: 0;"
@
click=
"Clear"
>
清空
</text>
</view>
</view>
<view
class=
"fz30 fontBold MB30 PX53"
>
当前
{{
AddressType
==
1
?
'出发地'
:
'目的地'
}}
</view>
<view
class=
"fz30 fontBold MB30 PX53"
>
当前
{{
AddressType
==
1
?
'出发地'
:
'目的地'
}}
</view>
<view
class=
"MT30 PX53"
>
<view
class=
"MT30 PX53"
>
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
return
{
return
{
SelectObj
:
{
SelectObj
:
{
Name
:
''
,
Name
:
''
,
ID
:
''
ID
:
0
},
},
}
}
},
},
...
@@ -76,7 +76,7 @@
...
@@ -76,7 +76,7 @@
this
.
SelectObj
=
{
this
.
SelectObj
=
{
Name
:
''
,
Name
:
''
,
ID
:
0
,
ID
:
0
,
}
}
this
.
$emit
(
'RenewalAddres'
,
this
.
SelectObj
,
this
.
AddressType
)
this
.
$emit
(
'RenewalAddres'
,
this
.
SelectObj
,
this
.
AddressType
)
},
},
getAddress
(
item
){
getAddress
(
item
){
...
...
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