Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
a91b52b1
authored
2025-06-11 17:42:25 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
票务
1 parent
f0956aae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
src/viewsPc/booking/pay.vue
src/viewsPc/booking/travelOrder.vue
src/viewsPc/booking/pay.vue
View file @
a91b52b
...
...
@@ -277,9 +277,7 @@
<el-col
:lg=
"8"
>
{{
language
==
0
?
'联系方式'
:
'Contact'
}}
:
{{
form
.
phone
}}
</el-col>
<el-col
:lg=
"8"
>
{{
language
==
0
?
'联系方式'
:
'Contact'
}}
:
{{
form
.
phone
}}
</el-col>
<el-col
:lg=
"8"
/>
<el-row
v-for=
"(v,i) in form.extJson?.orderCustomerList"
:key=
"i"
style=
"width: 100%"
>
<el-col
:lg=
"8"
:md=
"8"
:sm=
"12"
:xs=
"24"
>
{{
v
.
name
}}
-
...
...
@@ -291,7 +289,9 @@
}}
</span>
</el-col>
<el-col
:lg=
"8"
:md=
"8"
:sm=
"12"
:xs=
"24"
class=
"text-right"
>
<span
v-if=
"language == 0 "
class=
"text-primary"
>
¥
{{
form
.
price
}}
</span>
<span
v-if=
"language == 0 "
class=
"text-primary"
>
¥
{{
form
.
price
}}
</span>
<span
v-else
>
€
{{
form
.
priceEn
||
0
}}
</span>
</el-col>
</el-row>
...
...
src/viewsPc/booking/travelOrder.vue
View file @
a91b52b
...
...
@@ -4,7 +4,7 @@
<el-card
:body-style=
"
{ padding: '0px' }" class="mt20">
<div
slot=
"header"
>
<div
class=
"bg-lineg father"
>
{{
language
==
0
?
'旅游服务下单'
:
'Hotel booking order'
}}
<sapn
class=
"son"
@
click=
"handleGo"
>
{{
language
==
0
?
'上一
步'
:
'Back go
'
}}
</sapn>
<sapn
class=
"son"
@
click=
"handleGo"
>
{{
language
==
0
?
'上一
页'
:
'Back
'
}}
</sapn>
</div>
</div>
<!--
{{
room
}}
-->
...
...
@@ -162,6 +162,9 @@
</label>
</el-col>
<el-col
:span=
"12"
class=
"text-right"
>
<el-button
class=
" w200px"
round
size=
"large"
type=
""
@
click=
"handleGo"
>
{{ language == 0 ? '上一页' : 'Back' }}
</el-button>
<el-button
class=
"btn-lineG w200px"
round
size=
"large"
type=
"primary"
@
click=
"submit"
>
{{ language == 0 ? '确认付款' : 'Book Now' }}
</el-button>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment