You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
916 B
Plaintext
28 lines
916 B
Plaintext
<wxs src="../../common.wxs" module="tools" />
|
|
<view class="p20" style="padding-top:0;">
|
|
<view class="" wx:for="{{recordList}}" wx:key='{{index}}'>
|
|
<view class="oneP">
|
|
<view class="flex-1">
|
|
<view class="display-flex">
|
|
<view class="flex-1">
|
|
<view class="userName">微信零钱{{tools.getHideRealName(item.realName)}}</view>
|
|
<view class="time">{{tools.timeagoLater(item.updateTime)}}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view>
|
|
<view class="rtText cf00">¥{{item.money}}</view>
|
|
<view class="rbText">已到账</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="">
|
|
<view class="tc" wx:if="{{recordList == null || recordList.length == 0}}">
|
|
<i class="t-icon t-icon-zanwu" style=" width: 92px;height: 92px;margin-top: 90px;"></i>
|
|
<view class="mt20 cccc">暂无提现明细</view>
|
|
</view>
|
|
|
|
|
|
</view> |