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
567d66da
Commit
567d66da
authored
May 21, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A
parent
bd642b7a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
1 deletions
+23
-1
addons/theme/stv1/_static_w3g/css/common.css
+5
-0
apps/home/Tpl/default/User/account/take_list_w3g.html
+18
-1
No files found.
addons/theme/stv1/_static_w3g/css/common.css
View file @
567d66da
...
@@ -977,3 +977,7 @@ div::-webkit-scrollbar {
...
@@ -977,3 +977,7 @@ div::-webkit-scrollbar {
padding
:
0.5rem
0.75rem
;
padding
:
0.5rem
0.75rem
;
background
:
rgba
(
251
,
255
,
247
,
1
);
background
:
rgba
(
251
,
255
,
247
,
1
);
}
}
.widthraw_list_item
{
padding
:
1.25rem
0.75rem
;
}
\ No newline at end of file
apps/home/Tpl/default/User/account/take_list_w3g.html
View file @
567d66da
...
@@ -8,6 +8,18 @@
...
@@ -8,6 +8,18 @@
<span
class=
"text_12_400 color_999999"
>
提现总金额:
</span>
<span
class=
"text_12_400 color_999999"
>
提现总金额:
</span>
<span
class=
"text_12_400 color_primary"
>
¥154
</span>
<span
class=
"text_12_400 color_primary"
>
¥154
</span>
</div>
</div>
<van-list
v-model=
"loading"
:finished=
"finished"
finished-text=
"没有更多了"
@
load=
"onLoad"
>
<div
class=
"layout_h_b widthraw_list_item"
>
<span
class=
"text_14_400 color_333333"
>
2020-01-02 15:35
</span>
<span
class=
"text_14_600 color_primary"
>
-¥220.00
</span>
</div>
</van-list>
</div>
</div>
</div>
</div>
...
@@ -16,11 +28,16 @@
...
@@ -16,11 +28,16 @@
el
:
"#app"
,
el
:
"#app"
,
data
:
function
()
{
data
:
function
()
{
return
{
return
{
loading
:
false
,
//加载时置为true
finished
:
false
,
//加载完毕时置为true,为false时自动到底加载更多,
items
:
[]
}
}
},
},
created
:
function
(){
created
:
function
(){
$
(
"#preloader"
).
hide
();
$
(
"#preloader"
).
hide
();
},
onLoad
:
function
()
{
}
}
})
})
</script>
</script>
...
...
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