29 lines
850 B
Plaintext
29 lines
850 B
Plaintext
|
|
<view class="container">
|
|
|
|
<view class="myincome-box">
|
|
<view class="myincome-box-to">
|
|
<view class="myincome-item">
|
|
<view class="title">{{addtime+"收益"}}</view>
|
|
<view>{{zsymoney}}</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
</view>
|
|
<view class="clear"></view>
|
|
|
|
<view class="myincome-list">
|
|
<view class="list-item" wx:for="{{datas}}" bindtap="ondetails" data-time="{{item.addtime}}">
|
|
<view class="title-box">
|
|
<view class="title">{{t==0?item.addtime:item.conent}}</view>
|
|
<view class="money">{{item.Totalmoney}}</view>
|
|
</view>
|
|
<view class="font-box">{{item.seef==1?"已释放":"未释放"}}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<loading hidden="{{loadingHidden}}">
|
|
加载中...
|
|
</loading>
|
|
|