Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage-go
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tracing
source-trace-manage-go
Commits
af1231e8
Commit
af1231e8
authored
Nov 23, 2020
by
zL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
支付部分更改
parent
5ee68971
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
25 deletions
+29
-25
choosePackage.vue
src/views/userCenter/choosePackage.vue
+29
-25
No files found.
src/views/userCenter/choosePackage.vue
View file @
af1231e8
...
@@ -257,14 +257,18 @@ export default {
...
@@ -257,14 +257,18 @@ export default {
this
.
reduce
();
this
.
reduce
();
}
else
if
(
this
.
PaymentList
[
this
.
activeIndex
].
type
===
2
)
{
}
else
if
(
this
.
PaymentList
[
this
.
activeIndex
].
type
===
2
)
{
// 币钱包支付
// 币钱包支付
this
.
OtherPayment
(
this
.
PaymentList
[
this
.
activeIndex
].
type
);
this
.
OtherPayment
(
this
.
PaymentList
[
this
.
activeIndex
].
type
,
this
.
PaymentList
[
this
.
activeIndex
].
coin
);
this
.
steps
=
2
;
this
.
steps
=
2
;
this
.
price
=
this
.
price
/
this
.
PaymentList
[
this
.
activeIndex
].
rate
;
this
.
reduce
();
this
.
reduce
();
}
}
},
},
async
OtherPayment
(
type
)
{
async
OtherPayment
(
type
,
coin
)
{
const
res
=
await
pay
({
const
res
=
await
pay
({
coin
:
"BTY"
,
coin
:
coin
,
device
:
0
,
device
:
0
,
id
:
this
.
orderId
,
id
:
this
.
orderId
,
method
:
type
,
method
:
type
,
...
@@ -420,7 +424,7 @@ export default {
...
@@ -420,7 +424,7 @@ export default {
}
}
.top-box {
.top-box {
height: 65px;
height: 65px;
background: #
F9F9F
9;
background: #
f9f9f
9;
border-radius: 4px;
border-radius: 4px;
line-height: 65px;
line-height: 65px;
p {
p {
...
@@ -430,7 +434,7 @@ export default {
...
@@ -430,7 +434,7 @@ export default {
color: #353535;
color: #353535;
display: inline-block;
display: inline-block;
span {
span {
color: #
F3322D
;
color: #
f3322d
;
}
}
}
}
.right {
.right {
...
@@ -438,7 +442,7 @@ export default {
...
@@ -438,7 +442,7 @@ export default {
font-size: 14px;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
font-weight: 400;
color: #797
D
84;
color: #797
d
84;
margin-right: 44px;
margin-right: 44px;
}
}
}
}
...
@@ -453,7 +457,7 @@ export default {
...
@@ -453,7 +457,7 @@ export default {
line-height: 20px;
line-height: 20px;
margin-bottom: 17px;
margin-bottom: 17px;
span {
span {
color: #
FF
3838;
color: #
ff
3838;
font-size: 22px;
font-size: 22px;
}
}
}
}
...
@@ -469,7 +473,7 @@ export default {
...
@@ -469,7 +473,7 @@ export default {
.prompt-box {
.prompt-box {
width: 196px;
width: 196px;
height: 49px;
height: 49px;
background: #60
CD
48;
background: #60
cd
48;
margin: 0 auto;
margin: 0 auto;
margin-top: 11px;
margin-top: 11px;
color: white;
color: white;
...
@@ -488,7 +492,7 @@ export default {
...
@@ -488,7 +492,7 @@ export default {
font-family: PingFangSC-Regular, PingFang SC;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
font-weight: 400;
height: 49px;
height: 49px;
color: #
FFFFFF
;
color: #
ffffff
;
margin-left: 13px;
margin-left: 13px;
P {
P {
&:first-child {
&:first-child {
...
@@ -499,7 +503,7 @@ export default {
...
@@ -499,7 +503,7 @@ export default {
}
}
}
}
.prompt-box--blue {
.prompt-box--blue {
background: #3
F79FE
;
background: #3
f79fe
;
}
}
.download {
.download {
text-align: center;
text-align: center;
...
@@ -516,7 +520,7 @@ export default {
...
@@ -516,7 +520,7 @@ export default {
.top-up-hints {
.top-up-hints {
width: 435px;
width: 435px;
height: 45px;
height: 45px;
background: #
F5F9FC
;
background: #
f5f9fc
;
border-radius: 4px;
border-radius: 4px;
line-height: 45px;
line-height: 45px;
margin: 0 auto;
margin: 0 auto;
...
@@ -524,9 +528,9 @@ export default {
...
@@ -524,9 +528,9 @@ export default {
font-size: 12px;
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
font-weight: 400;
color: #797
D
84;
color: #797
d
84;
span {
span {
color: #462
F2E
;
color: #462
f2e
;
}
}
}
}
.bg-box {
.bg-box {
...
@@ -569,14 +573,14 @@ export default {
...
@@ -569,14 +573,14 @@ export default {
font-size: 14px;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
font-weight: 400;
color: #3
F79FE
;
color: #3
f79fe
;
line-height: 20px;
line-height: 20px;
}
}
p {
p {
font-size: 14px;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
font-weight: 400;
color: #797
D
84;
color: #797
d
84;
line-height: 20px;
line-height: 20px;
}
}
}
}
...
@@ -789,7 +793,7 @@ export default {
...
@@ -789,7 +793,7 @@ export default {
}
}
.order-box {
.order-box {
height: 172px;
height: 172px;
background: #
F9F9F
9;
background: #
f9f9f
9;
border-radius: 4px;
border-radius: 4px;
padding-left: 42px;
padding-left: 42px;
}
}
...
@@ -811,7 +815,7 @@ export default {
...
@@ -811,7 +815,7 @@ export default {
width: 44px;
width: 44px;
height: 44px;
height: 44px;
margin-top: 38px;
margin-top: 38px;
background: #3
F79FE
;
background: #3
f79fe
;
border-radius: 50%;
border-radius: 50%;
line-height: 44px;
line-height: 44px;
text-align: center;
text-align: center;
...
@@ -836,18 +840,18 @@ export default {
...
@@ -836,18 +840,18 @@ export default {
font-size: 14px;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
font-weight: 400;
color: #797
D
84;
color: #797
d
84;
line-height: 20px;
line-height: 20px;
}
}
.amount-payable {
.amount-payable {
line-height: 55px;
line-height: 55px;
font-size: 14px;
font-size: 14px;
border-top: 1px solid #
E7E7E
7;
border-top: 1px solid #
e7e7e
7;
font-family: PingFangSC-Regular, PingFang SC;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
font-weight: 400;
color: #353535;
color: #353535;
span {
span {
color: #
FF
3838;
color: #
ff
3838;
font-size: 22px;
font-size: 22px;
}
}
}
}
...
@@ -872,7 +876,7 @@ export default {
...
@@ -872,7 +876,7 @@ export default {
border-radius: 4px;
border-radius: 4px;
margin-right: 28px;
margin-right: 28px;
float: left;
float: left;
border: 1px solid #
C8C8C
8;
border: 1px solid #
c8c8c
8;
cursor: pointer;
cursor: pointer;
position: relative;
position: relative;
img {
img {
...
@@ -891,27 +895,27 @@ export default {
...
@@ -891,27 +895,27 @@ export default {
position: absolute;
position: absolute;
bottom: -1px;
bottom: -1px;
right: 0;
right: 0;
color: #3
F79FE
;
color: #3
f79fe
;
i {
i {
font-size: 24px;
font-size: 24px;
}
}
}
}
}
}
.check {
.check {
border: 1px solid #3
F79FE
;
border: 1px solid #3
f79fe
;
}
}
}
}
.button {
.button {
margin-top: 31px;
margin-top: 31px;
width: 120px;
width: 120px;
height: 40px;
height: 40px;
background: #3
F79FE
;
background: #3
f79fe
;
border-radius: 4px;
border-radius: 4px;
text-align: center;
text-align: center;
font-size: 14px;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
font-weight: 400;
color: #
FFFFFF
;
color: #
ffffff
;
cursor: pointer;
cursor: pointer;
line-height: 40px;
line-height: 40px;
}
}
...
...
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