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
35b4c88a
authored
2025-12-08 17:45:53 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
民生付
1 parent
27fd7985
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletions
src/viewsPc/match/pay.vue
src/viewsPc/match/pay.vue
View file @
35b4c88
...
...
@@ -243,7 +243,10 @@
</svg>
</el-radio>
<el-radio
border
label=
"4"
>
{{ language==0?'民生付':"Minsheng Pay" }}
<div
class=
"minLogo"
>
<img
src=
"@/assets/images/query/min.png"
alt=
""
>
<span>
{{ language==0?'民生付':'Minsheng Pay' }}
</span>
</div>
</el-radio>
<el-radio
v-if=
"form.payTypeArr.indexOf('3')>-1"
border
label=
"3"
>
<!-- paypal-->
...
...
@@ -640,6 +643,7 @@ function getSignList() {
serviceFeeTotal
.
value
+=
currentItemFee
}
serviceFeeTotal
.
value
=
serviceFeeTotal
.
value
.
toFixed
(
2
)
console
.
log
(
6666
,
signInfoList
.
value
)
}).
catch
(
err
=>
{
console
.
log
(
err
)
if
(
isLogin
.
value
)
{
...
...
@@ -984,4 +988,20 @@ const showSJ = () => {
margin-top
:
10px
}
.minLogo
{
display
:
flex
;
justify-content
:
space-between
;
img{
width
:
40px
;
height
:
40px
;
}
span
{
font-size
:
16px
;
font-weight
:
bold
;
position
:
relative
;
bottom
:
-11px
;
margin-left
:
10px
;
}
}
</
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