Files
lichebao/pages/distribute/reward/index.wxml
T
2021-09-16 18:11:32 +08:00

37 lines
1.4 KiB
Plaintext

<view class="container img-top-cover" style="background-image:url({{imgUrl}}distribute/zc-bg.jpg);">
<view class="inner30">
<view class="pt40 pb50 fn-flex text-left color-fff">
<view class="fn-flex-item">
<view class="font-40">19.00W</view>
<view>
<text class="font-28">未提现佣金</text>
<text class="inline-block bg-fff ml10 pl10 pr10 font-22 color-f9394d ulib-r750">提现</text>
</view>
</view>
<view class="fn-flex-item">
<view class="font-40">2345</view>
<view class="font-28">已提现佣金</view>
</view>
</view>
<view class="bg-fff inner30 box-shadow-000-10-10 ulib-r10">
<view class="font-22">
<i class="iconfont icon-yongjin font-26"></i>
<text class="ml10">佣金动态</text>
</view>
<view class="">
<block wx:for="{{list}}" wx:key='index'>
<view class="bbs-eb pt30 pb30 fn-flex fn-flex-between font-28 color-666">
<view class="wp30 font-32 {{item.square == 0?'color-f9394d':'color-00c800'}}">{{item.money}}</view>
<view>{{item.title}}</view>
<view>{{item.time}}</view>
</view>
</block>
<lcb-listmore isLoading='{{loading}}' isEnd='{{end}}' isNoData='{{noData}}'></lcb-listmore>
</view>
</view>
</view>
</view>
<lcb-footer></lcb-footer>
<lcb-backChannel></lcb-backChannel>