1 |
- <view class="content data-v-008c4cf4"><scroll-view class="scroll-box data-v-008c4cf4" scroll-y="{{true}}" refresher-enabled="{{true}}" refresher-triggered="{{triggered}}" refresher-threshold="{{100}}" refresher-background="white" data-event-opts="{{[['scrolltolower',[['handleLoadMore',['$event']]]],['refresherrefresh',[['onRefresh',['$event']]]],['refresherrestore',[['onRestore',['$event']]]]]}}" bindscrolltolower="__e" bindrefresherrefresh="__e" bindrefresherrestore="__e"><view class="filter-date-box data-v-008c4cf4"><u-icon vue-id="10fc4f80-1" name="arrow-left" color="#999999" size="48" data-event-opts="{{[['^click',[['previousMonth']]]]}}" bind:click="__e" class="data-v-008c4cf4" bind:__l="__l"></u-icon><text class="filter-date data-v-008c4cf4">{{year+"年"+month+"月"}}</text><u-icon vue-id="10fc4f80-2" name="arrow-right" color="#999999" size="48" data-event-opts="{{[['^click',[['nextMonth']]]]}}" bind:click="__e" class="data-v-008c4cf4" bind:__l="__l"></u-icon></view><view class="rank-box data-v-008c4cf4">{{"当月销售额:¥"+saleCount}}</view><block wx:for="{{tableList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><u-card class="card-box data-v-008c4cf4" vue-id="{{'10fc4f80-3-'+index}}" show-head="{{false}}" show-foot="{{false}}" border="{{false}}" padding="0px" margin="0px" borderRadius="0" bind:__l="__l" vue-slots="{{['body']}}"><view class="card-content data-v-008c4cf4" slot="body"><view class="info-sort data-v-008c4cf4"><block wx:if="{{index<3}}"><u-image vue-id="{{('10fc4f80-4-'+index)+','+('10fc4f80-3-'+index)}}" src="{{index==0?iconPath1:index==1?iconPath2:iconPath3}}" mode="aspectFit" width="24px" height="24px" class="data-v-008c4cf4" bind:__l="__l"></u-image></block><block wx:else><text class="data-v-008c4cf4">{{index+1}}</text></block></view><view class="info-img data-v-008c4cf4"><u-avatar vue-id="{{('10fc4f80-5-'+index)+','+('10fc4f80-3-'+index)}}" src="{{item.url}}" size="80" class="data-v-008c4cf4" bind:__l="__l"></u-avatar></view><view class="info-text data-v-008c4cf4">{{item.name}}</view><view class="info-money data-v-008c4cf4">{{"¥"+item.amount}}</view></view></u-card></block><block wx:if="{{isOver}}"><u-divider style="padding-top:10px;" vue-id="10fc4f80-6" bg-color="transparent" class="data-v-008c4cf4" bind:__l="__l" vue-slots="{{['default']}}">没有更多了</u-divider></block></scroll-view><u-top-tips vue-id="10fc4f80-7" data-ref="uTips" class="data-v-008c4cf4 vue-ref" bind:__l="__l"></u-top-tips></view>
|