|
@@ -18,10 +18,10 @@
|
|
|
</view>
|
|
|
</block>
|
|
|
</view>
|
|
|
- <view class="rank-list">
|
|
|
+ <view class="rank-list" animation="{{animationData}}">
|
|
|
<view class="rank-friend" wx:for="{{friendsData}}" wx:key="{{index}}">
|
|
|
<view class="rank-head">
|
|
|
- <text>{{item.rank}}</text>
|
|
|
+ <text class="rank-text">{{item.rank}}</text>
|
|
|
<image src="{{item.users.headImgUrl}}" class="head-img"></image>
|
|
|
<text>{{item.users.wechatName}}</text>
|
|
|
</view>
|
|
@@ -31,14 +31,14 @@
|
|
|
</view>
|
|
|
<view class="my-rank-list">
|
|
|
<view class="rank-head">
|
|
|
- <text>{{myData.rank}}</text>
|
|
|
+ <text class="rank-text">{{myData.rank}}</text>
|
|
|
<image src="{{myData.users.headImgUrl}}" class="head-img"></image>
|
|
|
<text>{{myData.users.wechatName}}</text>
|
|
|
</view>
|
|
|
<text wx:if="{{myData.exp >= 0}}" class="medal-num" style="color: #5b82fa">LV{{myData.number}}({{myData.exp}})</text>
|
|
|
<text wx:else class="medal-num" style="color: #5b82fa">{{myData.number}}{{str}}</text>
|
|
|
</view>
|
|
|
- <view class="particular" bindtap="more">
|
|
|
+ <view class="particular" bindtap="more" data-flag="{{flag}}">
|
|
|
查看更多
|
|
|
</view>
|
|
|
</view>
|