index.wxml 1.7 KB

1
  1. <view class="data-v-61307f6c"><view class="CommissionRank data-v-61307f6c" style="{{(colorStyle)}}"><view class="header data-v-61307f6c"><block wx:if="{{position}}"><view class="rank data-v-61307f6c">您目前的排名<text class="num data-v-61307f6c">{{position}}</text>名</view></block><block wx:else><view class="rank data-v-61307f6c">您目前暂无排名</view></block></view><view class="wrapper data-v-61307f6c"><view class="nav acea-row row-around data-v-61307f6c"><block wx:for="{{navList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['switchTap',[index]]]]]}}" class="{{['item','data-v-61307f6c',active==index?'fontcolor':'']}}" bindtap="__e">{{''+item+''}}</view></block></view><view class="list data-v-61307f6c"><block wx:for="{{rankList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="item acea-row row-between-wrapper data-v-61307f6c"><block wx:if="{{index<=2}}"><view class="num data-v-61307f6c"><image src="{{'../static/no'+(index+1)+'.png'}}" class="data-v-61307f6c"></image></view></block><block wx:else><view class="num data-v-61307f6c">{{''+(index+1)+''}}</view></block><view class="picTxt acea-row row-between-wrapper data-v-61307f6c"><view class="pictrue data-v-61307f6c"><image src="{{item.avatar}}" class="data-v-61307f6c"></image></view><view class="text line1 data-v-61307f6c">{{item.nickname}}</view></view><view class="people font-color data-v-61307f6c">{{"¥"+item.brokerage_price}}</view></view></block></view></view><block wx:if="{{!$root.g0}}"><view class="data-v-61307f6c"><empty-page vue-id="092f89da-1" title="暂无排行榜数据哦~" class="data-v-61307f6c" bind:__l="__l"></empty-page></view></block></view></view>