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