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
1689e66e
authored
2025-07-21 20:08:05 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
旅游
1 parent
11360896
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
11 deletions
src/viewsPc/booking/pay.vue
src/viewsPc/booking/pay.vue
View file @
1689e66
...
...
@@ -489,8 +489,17 @@
</div>
</div>
</div>
<div
v-if=
"form.payDate&&form.viewStatus=='1'"
>
<div
class=
"text-center"
>
<el-icon
color=
"#32B16C"
size=
"80"
>
<SuccessFilled
/>
</el-icon>
<p
class=
"text-success"
>
{{
language
==
0
?
'支付成功'
:
'successful!'
}}
</p>
<h3
class=
"wePrice"
>
{{
language
==
0
?
'¥'
:
'€'
}}{{
totalFee
||
0
}}
</h3>
</div>
</div>
<el-row
align=
"middle"
class=
"mt20 mb60"
justify=
"center"
>
<el-col
:span=
"24"
class=
"text-center"
>
<el-col
:span=
"24"
class=
"text-center
btnMargin
"
>
<el-button
v-if=
"!hideconfirmbtn&&form.viewStatus == '0'"
class=
"btn-lineG w200px"
round
type=
"primary"
@
click=
"goPay"
...
...
@@ -529,16 +538,8 @@
</el-button>
</el-col>
</el-row>
<div
v-if=
"form.payDate&&form.viewStatus=='1'"
>
<div
class=
"text-center"
>
<el-icon
color=
"#32B16C"
size=
"80"
>
<SuccessFilled
/>
</el-icon>
<p
class=
"text-success"
>
{{
language
==
0
?
'支付成功'
:
'successful!'
}}
</p>
<h3
class=
"wePrice"
>
{{
language
==
0
?
'¥'
:
'€'
}}{{
totalFee
||
0
}}
</h3>
</div>
</div>
</el-card>
</div>
...
...
@@ -1214,4 +1215,10 @@ const showSJ = () => {
}
}
}
.btnMargin
{
button
{
margin
:
5px
12px
;
}
}
</
style
>
...
...
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