Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
X
XiTianSenMall
Project
Project
Details
Activity
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
leiqingsong
XiTianSenMall
Commits
d320e776
Commit
d320e776
authored
4 years ago
by
全球
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提现税率计算,图片替换
parent
13e413d3
master
dev_lqs
dev_wm
1 merge request
!78
提现税率计算,图片替换
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
3 deletions
+16
-3
invite.jpg
H5/src/assets/images/invite.jpg
+0
-0
invite1.png
H5/src/assets/images/invite1.png
+0
-0
cash-out.vue
H5/src/views/cashOut/cash-out.vue
+9
-2
invite.vue
H5/src/views/invite.vue
+1
-1
settings.vue
H5/src/views/settings.vue
+6
-0
No files found.
H5/src/assets/images/invite.jpg
0 → 100644
View file @
d320e776
This image diff could not be displayed because it is too large. You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
H5/src/assets/images/invite1.png
0 → 100644
View file @
d320e776
813 KB
This diff is collapsed.
Click to expand it.
H5/src/views/cashOut/cash-out.vue
View file @
d320e776
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
label=
"¥"
label=
"¥"
class=
"money"
class=
"money"
@
blur=
"onFillMoneyBlur"
@
blur=
"onFillMoneyBlur"
@
input=
"inputClick"
/>
/>
<div
class=
"remain"
>
<div
class=
"remain"
>
<span
style=
"color: #666666"
<span
style=
"color: #666666"
...
@@ -21,11 +22,11 @@
...
@@ -21,11 +22,11 @@
<div
class=
"real"
>
<div
class=
"real"
>
<p
class=
"real-item"
>
<p
class=
"real-item"
>
<span>
实际到账
</span>
<span>
实际到账
</span>
<span>
94.19
</span>
<span>
{{
account
}}
</span>
</p>
</p>
<p
class=
"real-item"
>
<p
class=
"real-item"
>
<span>
税款
</span>
<span>
税款
</span>
<span>
6.34
</span>
<span>
{{
rate
}}
</span>
</p>
</p>
<p
class=
"explain"
>
<p
class=
"explain"
>
<span>
扣税说明
</span>
<span>
扣税说明
</span>
...
@@ -94,6 +95,8 @@ export default {
...
@@ -94,6 +95,8 @@ export default {
userPhone
:
this
.
$userId
,
userPhone
:
this
.
$userId
,
bank
:
""
,
bank
:
""
,
money
:
null
,
money
:
null
,
account
:
0
,
rate
:
0
,
remainMoney
:
100
,
remainMoney
:
100
,
resultDialogTitle
:
""
,
resultDialogTitle
:
""
,
resultDialogTip
:
""
,
resultDialogTip
:
""
,
...
@@ -114,6 +117,10 @@ export default {
...
@@ -114,6 +117,10 @@ export default {
return
false
;
return
false
;
}
}
},
},
inputClick
(){
this
.
rate
=
this
.
money
*
0.02
this
.
account
=
this
.
money
-
this
.
rate
},
canCashOut
()
{
canCashOut
()
{
const
params
=
{
const
params
=
{
userId
:
this
.
$userId
userId
:
this
.
$userId
...
...
This diff is collapsed.
Click to expand it.
H5/src/views/invite.vue
View file @
d320e776
...
@@ -46,7 +46,7 @@ export default {
...
@@ -46,7 +46,7 @@ export default {
.invite-code
{
.invite-code
{
width
:
100%
;
width
:
100%
;
height
:
100vh
;
height
:
100vh
;
background
:
url("../assets/images/invite.png")
;
background
:
url("../assets/images/invite
1
.png")
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
.imgCode
{
.imgCode
{
...
...
This diff is collapsed.
Click to expand it.
H5/src/views/settings.vue
View file @
d320e776
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
</van-cell-group>
</van-cell-group>
<van-cell-group>
<van-cell-group>
<van-cell
<van-cell
class=
"van-less"
is-link
is-link
title=
"推荐人邀请码"
title=
"推荐人邀请码"
:value=
"inviteeCode"
:value=
"inviteeCode"
...
@@ -126,6 +127,11 @@ export default {
...
@@ -126,6 +127,11 @@ export default {
.settings
{
.settings
{
box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
10px
16px
;
padding
:
10px
16px
;
.van-less
{
.van-cell__right-icon
{
display
:
none
;
}
}
}
}
.group-1
{
.group-1
{
margin-bottom
:
10px
;
margin-bottom
:
10px
;
...
...
This diff is collapsed.
Click to expand it.
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