|
@@ -23,13 +23,13 @@
|
|
|
<view class="switchBtn {{currentType?'currentBtn currentBtn-l':''}}" data-type='true'>人气榜TOP100</view>
|
|
|
<view class="switchBtn {{!currentType?'currentBtn currentBtn-r':''}}" data-type='false'>我的参赛作品</view>
|
|
|
</view>
|
|
|
- <view class="table">
|
|
|
+ <view class="table" wx:if="{{currentType}}">
|
|
|
<view class="titleLine">
|
|
|
<view class="colTitle">排名</view>
|
|
|
<view class="colTitle">名称</view>
|
|
|
<view class="colTitle">人气值</view>
|
|
|
</view>
|
|
|
- <view class="contentBox" wx:for="{{10}}" wx:key="index">
|
|
|
+ <view class="contentBox" wx:for="{{20}}" wx:key="index">
|
|
|
<view class="firstCol">
|
|
|
<image src="/static/1-1.png" class="rankingImg" wx:if="{{index<3}}" />
|
|
|
<text wx:else>{{index+1}}</text>
|
|
@@ -59,6 +59,36 @@
|
|
|
<view class="num">{{filters.numFilter(12310)}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view class="contentBox selfRank">
|
|
|
+ <view class="firstCol">
|
|
|
+ <image src="/static/1-1.png" class="rankingImg" />
|
|
|
+ </view>
|
|
|
+ <view class="secondCol">
|
|
|
+ <image src="https://p3-passport.byteimg.com/img/mosaic-legacy/3793/3131589739~100x100.awebp" class="avatar" />
|
|
|
+ <view class="userInfo">
|
|
|
+ <view class="nickName">尼赫鲁吧唧布</view>
|
|
|
+ <view class="date">
|
|
|
+ <view>
|
|
|
+ <image src="/static/f.png" class="icon" />
|
|
|
+ <view class="num">333</view>
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ <image src="/static/p.png" class="icon" />
|
|
|
+ <view class="num">999</view>
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ <image src="/static/d.png" class="icon" />
|
|
|
+ <view class="num">666</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="threeCol">
|
|
|
+ <image src="/static/hot.png" class="icon" />
|
|
|
+ <view class="num">0</view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
+ <worksList id="worksList" videoType='my' worksList="{{list}}" />
|
|
|
</view>
|
|
|
</view>
|