You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

1 lines
748 B

<view class="page"><uni-card vue-id="505ca572-1" title="提现记录" bind:__l="__l" vue-slots="{{['default']}}"><view class="inventoryList _ul"><block wx:for="{{commissionList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view style="margin-bottom:20rpx;" class="_li"><uni-card vue-id="{{('505ca572-2-'+index)+','+('505ca572-1')}}" title="{{'提现人:'+item.aliName}}" sub-title="{{item.createTime?item.createTime:'暂无'}}" bind:__l="__l" vue-slots="{{['default']}}"><view class="uni-body">{{"提现金额:"+(item.commission?item.commission:'暂无')+"元"}}</view><view class="uni-body">{{"余 额:"+(item.shopAfterRebateAmount?item.shopAfterRebateAmount:'暂无')}}</view></uni-card></view></block></view></uni-card></view>