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