Commit 630c10c0 by 穆启卓

提现明细

parent 423aa038
<template> <template>
<div class="redpack_log"> <div class="redpack_log">
<Title <Title class="page-title" title="提现明细" titleColor="#000" @goback="goback" show_back="true" arrowColor="black"></Title>
v-bind:title="title"
v-on:goback="goback"
show_back="true"
show_blame=""
></Title>
<div class="list_container" @scroll="onScroll"> <div class="list_container" @scroll="onScroll">
<div class="list_item" v-for="item in moneyLog"> <div class="list_item" v-for="item in moneyLog">
<div class="item_left"> <div class="item_left">
...@@ -18,6 +13,7 @@ ...@@ -18,6 +13,7 @@
<div class="item_tip item_tip2" v-else>提现中</div> <div class="item_tip item_tip2" v-else>提现中</div>
</div> </div>
</div> </div>
<div class="no-data" v-if="!moneyLog.length">暂无数据~</div>
</div> </div>
</div> </div>
</template> </template>
...@@ -33,7 +29,6 @@ ...@@ -33,7 +29,6 @@
}, },
data() { data() {
return { return {
title: "提现明细",
moneyLog: [], moneyLog: [],
next_page: false, next_page: false,
page: 1, page: 1,
...@@ -106,6 +101,13 @@ ...@@ -106,6 +101,13 @@
border-top: .02rem solid rgba(224, 224, 224, 1); 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 { .item_left {
flex: 1; flex: 1;
text-align: left; text-align: left;
...@@ -140,10 +142,6 @@ ...@@ -140,10 +142,6 @@
} }
</style> </style>
<style> <style>
.redpack_log .back {
background-image: url("../assets/ic_back_black.png");
}
.redpack_log .title_container { .redpack_log .title_container {
color: #282828; color: #282828;
background: #ffffff; background: #ffffff;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment