This commit is contained in:
2019-12-30 09:05:39 +08:00
parent 17591d9e31
commit 1088d64c93
8 changed files with 48 additions and 85 deletions

View File

@@ -1,9 +1,12 @@
<view class="yongjin">
<yongjintop></yongjintop>
<yongjintop tel="{{user.nick_name}}" img="{{user.head_pic}}"></yongjintop>
<view class="title">
<yuetitle></yuetitle>
<yuetitle ></yuetitle>
</view>
<view class="detail">
<view class="detail" wx:for="{{list}}" wx:key="{{index}}">
<yuedetail date="{{item.change_time}}" money="{{item.user_money}}" time="00-00-00"></yuedetail>
</view>
<!-- <view class="detail">
<yuedetail></yuedetail>
</view>
<view class="detail">
@@ -11,8 +14,6 @@
</view>
<view class="detail">
<yuedetail></yuedetail>
</view>
<view class="detail">
<yuedetail></yuedetail>
</view>
</view> -->
<view class="tixian">提现</view>
</view>