|
@@ -1,13 +1,13 @@
|
|
|
<view class="rankingBox">
|
|
|
<view class="podiumBox {{podiumBoxBg}}">
|
|
|
- <view class="switchType" bindtap="switchType">
|
|
|
- <view class="ilk {{rankingType=='3'?'current tips2':''}}" data-type='1'>
|
|
|
+ <view class="switchType" bindtap="switchType">
|
|
|
+ <view class="ilk {{rankingType=='3'?'current tips2':''}}" data-type='3'>
|
|
|
热播榜
|
|
|
</view>
|
|
|
- <view class="ilk {{rankingType=='4'?'current tips2':''}}">
|
|
|
+ <view class="ilk {{rankingType=='4'?'current tips2':''}}" data-type='4'>
|
|
|
挑战PK榜
|
|
|
</view>
|
|
|
- <view class="ilk {{rankingType=='2'?'current tips2':''}}">
|
|
|
+ <view class="ilk {{rankingType=='2'?'current tips2':''}}" data-type='2'>
|
|
|
邀新榜
|
|
|
</view>
|
|
|
</view>
|