Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
walk_daka_h5
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
穆启卓
walk_daka_h5
Commits
dea87fe0
Commit
dea87fe0
authored
Apr 02, 2019
by
Caiyijun
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'remotes/origin/mutou' into dev_yijun
parents
70b5e8da
630c10c0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
11 deletions
+9
-11
RedpackLog.vue
src/views/RedpackLog.vue
+9
-11
No files found.
src/views/RedpackLog.vue
View file @
dea87fe0
<
template
>
<div
class=
"redpack_log"
>
<Title
v-bind:title=
"title"
v-on:goback=
"goback"
show_back=
"true"
show_blame=
""
></Title>
<Title
class=
"page-title"
title=
"提现明细"
titleColor=
"#000"
@
goback=
"goback"
show_back=
"true"
arrowColor=
"black"
></Title>
<div
class=
"list_container"
@
scroll=
"onScroll"
>
<div
class=
"list_item"
v-for=
"item in moneyLog"
>
<div
class=
"item_left"
>
...
...
@@ -18,6 +13,7 @@
<div
class=
"item_tip item_tip2"
v-else
>
提现中
</div>
</div>
</div>
<div
class=
"no-data"
v-if=
"!moneyLog.length"
>
暂无数据~
</div>
</div>
</div>
</
template
>
...
...
@@ -33,7 +29,6 @@
},
data
()
{
return
{
title
:
"提现明细"
,
moneyLog
:
[],
next_page
:
false
,
page
:
1
,
...
...
@@ -106,6 +101,13 @@
border-top
:
.02rem
solid
rgba
(
224
,
224
,
224
,
1
);
}
.no-data
{
font-size
:
.32rem
;
color
:
rgba
(
40
,
40
,
40
,
1
);
text-align
:
center
;
margin-top
:
.6rem
;
}
.item_left
{
flex
:
1
;
text-align
:
left
;
...
...
@@ -140,10 +142,6 @@
}
</
style
>
<
style
>
.redpack_log
.back
{
background-image
:
url("../assets/ic_back_black.png")
;
}
.redpack_log
.title_container
{
color
:
#282828
;
background
:
#ffffff
;
...
...
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