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
df5d2bc5
Commit
df5d2bc5
authored
Oct 20, 2023
by
18224442217
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
b4e69cd3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
TicketOrderList.vue
pages/airTicket/TicketOrderList.vue
+2
-2
airTicketDetails.vue
pages/airTicket/airTicketDetails.vue
+4
-2
No files found.
pages/airTicket/TicketOrderList.vue
View file @
df5d2bc5
...
...
@@ -68,10 +68,10 @@
},
created
()
{},
onShow
()
{
this
.
getList
()
},
mounted
()
{
this
.
getList
()
setTimeout
(()
=>
{
this
.
getHeadHeight
();
},
1000
);
...
...
pages/airTicket/airTicketDetails.vue
View file @
df5d2bc5
...
...
@@ -20,7 +20,9 @@
<img
class=
"inlineblock MR10"
mode=
"widthFix"
style=
"width: 167rpx;height: 31rpx"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Test/Upload/Goods/1697021959000_719.png"
/>
<view
class=
"fz26 color1D1D20 ML31"
>
<text>
已选:
{{
orderMsg
.
GuestNum
}}
<text
class=
"fz22"
>
人
</text></text>
<text>
已选:
<!--
{{
orderMsg
.
GuestNum
}}
<text
class=
"fz22"
>
人
</text>
-->
</text>
<text
class=
"ML30"
v-if=
"orderMsg.ManNum>0"
>
{{
orderMsg
.
ManNum
}}
<text
class=
"fz22"
>
成人
</text></text>
<text
class=
"ML30"
v-if=
"orderMsg.BabyNum>0"
>
{{
orderMsg
.
BabyNum
}}
<text
class=
"fz22"
>
婴儿
</text></text>
<text
class=
"ML30"
v-if=
"orderMsg.ChirdNum>0"
>
{{
orderMsg
.
ChirdNum
}}
<text
class=
"fz22"
>
儿童
</text></text>
...
...
@@ -56,7 +58,7 @@
</view>
</view>
</view>
<view
v-if=
"B2BSellNum>=orderMsg.YSeatNum
||!orderMsg.GuestNum
"
class=
"airTicketDetailsAdd bgDEBF7B fz32 fontBold textCenter"
<view
v-if=
"B2BSellNum>=orderMsg.YSeatNum"
class=
"airTicketDetailsAdd bgDEBF7B fz32 fontBold textCenter"
@
click=
"AddPassengers"
>
添加乘机人
</view>
...
...
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