|
|
- <view class="volunteer-ranking data-v-1f402736"><view class="ranking-header data-v-1f402736"><image class="ranking-title-img data-v-1f402736" src="/static/积分排行榜.png" mode="aspectFit"></image><view data-event-opts="{{[['tap',[['goToRankingList',['$event']]]]]}}" class="more data-v-1f402736" bindtap="__e"><text class="more-text data-v-1f402736">更多</text><uv-icon vue-id="7f0a3e2d-1" name="arrow-right" color="#999" size="12" class="data-v-1f402736" bind:__l="__l"></uv-icon></view></view><view class="ranking-scroll-container data-v-1f402736"><scroll-view class="ranking-list data-v-1f402736" scroll-x="{{true}}" show-scrollbar="false" enhanced="true" enable-flex="true" scroll-with-animation="true" data-event-opts="{{[['scroll',[['onScrollChange',['$event']]]]]}}" bindscroll="__e"><view class="ranking-content data-v-1f402736"><block wx:for="{{rankingList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['viewVolunteerDetail',['$0'],[[['rankingList','',index]]]]]]]}}" class="ranking-item data-v-1f402736" bindtap="__e"><view class="avatar-container data-v-1f402736"><view class="avatar-with-border data-v-1f402736"><image class="avatar-image data-v-1f402736" src="{{item.avatar}}" mode="aspectFill"></image></view></view><view class="points-container data-v-1f402736"><image class="points-icon data-v-1f402736" src="/static/积分图标.png" mode="aspectFit"></image><text class="volunteer-points data-v-1f402736">{{item.points}}</text></view><text class="volunteer-name data-v-1f402736">{{item.name}}</text></view></block></view></scroll-view></view></view>
|