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
1.6 KiB

<view class="payment-container data-v-eade9ab2"><view class="top-bar data-v-eade9ab2"><view class="title data-v-eade9ab2">缴费记录</view></view><view class="filter-bar data-v-eade9ab2"><view class="{{['filter-item', 'data-v-eade9ab2', a && 'active']}}" bindtap="{{b}}"> 全部 </view><view class="{{['filter-item', 'data-v-eade9ab2', c && 'active']}}" bindtap="{{d}}"> 已缴费 </view><view class="{{['filter-item', 'data-v-eade9ab2', e && 'active']}}" bindtap="{{f}}"> 待缴费 </view></view><view class="list-container data-v-eade9ab2"><view wx:for="{{g}}" wx:for-item="item" wx:key="j" class="payment-item data-v-eade9ab2"><view class="item-header data-v-eade9ab2"><view class="payment-type data-v-eade9ab2"><text class="data-v-eade9ab2">{{item.a}}</text></view><view class="{{['payment-status', 'data-v-eade9ab2', item.c && 'pass', item.d && 'pending']}}">{{item.b}}</view></view><view class="item-body data-v-eade9ab2"><view class="list data-v-eade9ab2"><view class="detail-label data-v-eade9ab2">金额</view><view class="data-v-eade9ab2">¥{{item.e}}</view></view><view class="list data-v-eade9ab2"><view class="detail-label data-v-eade9ab2">缴费日期</view><view class="data-v-eade9ab2">{{item.f}}</view></view><view class="list data-v-eade9ab2"><view class="detail-label data-v-eade9ab2">缴费人</view><view class="data-v-eade9ab2">{{item.g}}</view></view><view wx:if="{{item.h}}" class="list data-v-eade9ab2"><view class="detail-label data-v-eade9ab2">备注</view><view class="data-v-eade9ab2">{{item.i}}</view></view></view></view><view wx:if="{{h}}" class="data-v-eade9ab2"><text class="data-v-eade9ab2">暂无缴费记录</text></view></view></view>