|
@ -32,7 +32,7 @@ |
|
|
<view class="myRanking-item"> |
|
|
<view class="myRanking-item"> |
|
|
<view class="myRanking-left"> |
|
|
<view class="myRanking-left"> |
|
|
<view class="number-first">{{pointsRankingUser.rank}}</view> |
|
|
<view class="number-first">{{pointsRankingUser.rank}}</view> |
|
|
<image class="img-first" src="../../images/timg.png"></image> |
|
|
<image class="img-first" src="{{pointsRankingUser.faceImg}}"></image> |
|
|
<view class="name-first">{{pointsRankingUser.realName||pointsRankingUser.nickName}}</view> |
|
|
<view class="name-first">{{pointsRankingUser.realName||pointsRankingUser.nickName}}</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="myintegral"> |
|
|
<view class="myintegral"> |
|
@ -46,7 +46,7 @@ |
|
|
<view class="myRanking-item"> |
|
|
<view class="myRanking-item"> |
|
|
<view class="myRanking-left"> |
|
|
<view class="myRanking-left"> |
|
|
<view class="number-first" class="{{index < 3 ? '' : 'number-first'}} {{index===0 ? 'color1_' : index===1 ? 'color2_' : index===2 ? 'color2_' : ''}}">{{item.rank}}</view> |
|
|
<view class="number-first" class="{{index < 3 ? '' : 'number-first'}} {{index===0 ? 'color1_' : index===1 ? 'color2_' : index===2 ? 'color2_' : ''}}">{{item.rank}}</view> |
|
|
<image class="img-first" src="../../images/timg.png"></image> |
|
|
<image class="img-first" src="{{item.faceImg}}"></image> |
|
|
<view class="name">{{item.realName||item.nickName}}</view> |
|
|
<view class="name">{{item.realName||item.nickName}}</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="integral"> |
|
|
<view class="integral"> |
|
|