Files
Smart-Farm/front/mine/pages/distribution/record.wxml
2025-12-22 17:13:05 +08:00

1 line
1.6 KiB
Plaintext

<view class="mine-stored-record"><fixed vue-id="482bdbba-1" bind:__l="__l" vue-slots="{{['default']}}"><view class="record-header flex-center flex-column c-base" style="{{'background:'+(primaryColor)+';'}}"><view class="f-caption">已累积提现金额(元)</view><view class="wallet-price">{{wallet_price}}</view></view><tab vue-id="{{('482bdbba-2')+','+('482bdbba-1')}}" list="{{tabList}}" activeIndex="{{activeIndex}}" activeColor="{{primaryColor}}" width="{{100/$root.g0+'%'}}" height="100rpx" data-event-opts="{{[['^change',[['handerTabChange']]]]}}" bind:change="__e" bind:__l="__l"></tab></fixed><block wx:for="{{list.data}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="{{['pd-lg','fill-base','b-1px-b','flex-center',[(index==0)?'mt-md':'']]}}"><view class="record radius" style="{{'background-color:'+(item.status==1?primaryColor:item.status==2?subColor:'#f86c53')+';'}}"></view><view class="f-title c-title flex-1 ml-md"><view class="flex-y-center"><view>{{statusType[item.status]}}</view><block wx:if="{{item.status==1}}"><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" data-event-params="{{({item})}}" class="record-tag ml-sm" bindtap="__e">复制提现编号</view></block></view><view class="f-caption c-caption">{{item.create_time_text}}</view></view><view class="text-bold f-title c-title">{{"-"+item.pay_price}}</view></view></block><block wx:if="{{loading}}"><load-more vue-id="482bdbba-3" noMore="{{$root.g1}}" loading="{{loading}}" bind:__l="__l"></load-more></block><block wx:if="{{$root.g2}}"><abnor vue-id="482bdbba-4" bind:__l="__l"></abnor></block><view class="space-footer"></view></view>