|
@@ -23,7 +23,7 @@
|
|
|
<view class="ilk {{rankingType=='4'?'current tips2':''}}" data-type='4'>
|
|
|
挑战PK榜
|
|
|
</view>
|
|
|
- <!-- <view class="ilk {{rankingType=='2'?'current tips2':''}}" data-type='2'>
|
|
|
+ <!-- <view class="ilk {{rankingType=='2'?'current tips2':''}}" data-type='2'>
|
|
|
邀新榜
|
|
|
</view> -->
|
|
|
</view>
|
|
@@ -65,11 +65,11 @@
|
|
|
</view>
|
|
|
<view class="podiumList">
|
|
|
<scroll-view scroll-y="true" enhanced="true" show-scrollbar="{{false}}" class="scrollBox">
|
|
|
- <view class="row" wx:for="{{userList.length-3}}" wx:key="index">
|
|
|
+ <view class="row" wx:for="{{userList.length-3}}" wx:key="index" data-uid='{{userList[index+3].uid}}'
|
|
|
+ bindtap="jumpUserInfo">
|
|
|
<view class="left">
|
|
|
<view class="num">{{index+4}}</view>
|
|
|
- <image src="{{userList[index+3].avatar}}" class="avatar" bindtap="jumpUserInfo"
|
|
|
- data-uid='{{userList[index+3].uid}}' lazy-load />
|
|
|
+ <image src="{{userList[index+3].avatar}}" class="avatar" lazy-load />
|
|
|
<view class="nickName textOver">
|
|
|
{{userList[index+3].nickName||userList[index+3].eid}}
|
|
|
</view>
|