1 |
- <view class="integral-logs"><view class="filter-box"><view class="box"><view data-event-opts="{{[['tap',[['handleType',[1]]]]]}}" class="{{['filter-item',active==1?'active':'']}}" bindtap="__e">全部</view><view data-event-opts="{{[['tap',[['handleType',[2]]]]]}}" class="{{['filter-item',active==2?'active':'']}}" bindtap="__e">获得</view><view data-event-opts="{{[['tap',[['handleType',[3]]]]]}}" class="{{['filter-item',active==3?'active':'']}}" bindtap="__e">消耗</view></view><view data-event-opts="{{[['tap',[['handleTime',['$event']]]]]}}" class="filter-time" bindtap="__e">筛选时间<u-icon vue-id="7126821c-1" name="arrow-down" size="30" color="#fff" bind:__l="__l"></u-icon></view></view><u-datetime-picker vue-id="7126821c-2" show="{{show}}" mode="date" closeOnClickOverlay="{{true}}" value="{{time}}" data-event-opts="{{[['^cancel',[['cancel']]],['^confirm',[['confirm']]],['^close',[['close']]],['^input',[['__set_model',['','time','$event',[]]]]]]}}" bind:cancel="__e" bind:confirm="__e" bind:close="__e" bind:input="__e" bind:__l="__l"></u-datetime-picker><zs-list vue-id="7126821c-3" mt="90rpx" status="{{status}}" data-event-opts="{{[['^load',[['loadMore']]]]}}" bind:load="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="time-title">2022年10月</view><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="item"><view class="info"><view class="title">{{''+item.title+''}}</view><view class="time">{{''+item.time+''}}</view></view><view class="score">{{''+item.score+''}}</view></view></block></zs-list></view>
|