Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eduline
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
eduline
Commits
92bf4ba5
Commit
92bf4ba5
authored
May 21, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A
parent
1628c93a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
64 additions
and
1 deletions
+64
-1
apps/home/Tpl/default/User/account/index_w3g.html
+64
-1
No files found.
apps/home/Tpl/default/User/account/index_w3g.html
View file @
92bf4ba5
<include
file=
"__THEME__/public_header_w3g"
/>
<include
file=
"__THEME__/public_header_w3g"
/>
<style
type=
"text/css"
>
.content_container
{
background
:
rgba
(
255
,
255
,
255
,
1
);
border-radius
:
0.75rem
;
padding
:
0.75rem
0.75rem
1.5625rem
0.75rem
;
margin
:
0.75rem
1rem
0
1rem
;
}
.input_container
{
margin-top
:
1.875rem
;
}
.input_bottom
{
margin-top
:
1.3125rem
;
justify-content
:
space-between
;
}
.withdraw_hint
{
margin-top
:
0.375rem
;
margin-left
:
1rem
;
}
.confirm_button
{
margin-left
:
1rem
;
margin-right
:
1rem
;
margin-top
:
3.5rem
;
}
>>>
.van-field__control
{
font-size
:
1.25rem
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
}
</style>
<div
id=
"app"
>
<div
id=
"app"
>
<div
class=
"layout_v"
>
<div
class=
"layout_v"
>
<div
class=
"content_container layout_v"
>
<div
class=
"text_14_400 color_999999"
>
提现金额
</div>
<div
class=
"input_container layout_h"
>
<div
class=
"color_333333 text_28_600 self_center"
>
¥
</div>
<van-field
:placeholder=
"minWithdraw"
v-model=
"value"
input-align=
"left"
type=
"number"
class=
"weight_full"
/>
<div
class=
"text_20_400 color_333333 self_center"
>
元
</div>
</div>
<div
class=
"input_bottom layout_h"
>
<div>
<span
class=
"text_14_400 color_666666"
>
最大可提现:¥
<span
class=
"text_14_400 color_EF4339"
>
{{max}}
</span></span>
</div>
<div
@
click=
"onAll"
class=
"text_14_400 color_primary self_center"
>
全部提现
</div>
</div>
</div>
<div
class=
"withdraw_hint text_14_400 color_999999"
>
2-7个工作日内到账
</div>
<div
@
click=
"onWithdraw"
class=
"round_button confirm_button layout_h_c"
>
<span
class=
"text_14_600 self_center color_white"
>
确认提现
</span>
</div>
</div>
</div>
</div>
</div>
...
@@ -11,6 +64,16 @@
...
@@ -11,6 +64,16 @@
el
:
"#app"
,
el
:
"#app"
,
data
:
function
()
{
data
:
function
()
{
return
{
return
{
min
:
100
,
}
},
computed
:
{
minWithdraw
:
function
()
{
return
'最低满'
+
this
.
min
+
'可提现'
}
},
methods
:
{
onWithdraw
:
function
()
{
}
}
}
}
...
...
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