feat: leaderboard 页面接入骨架屏
This commit is contained in:
@@ -10,9 +10,9 @@
|
|||||||
>{{item.label}}</view>
|
>{{item.label}}</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- Loading -->
|
<!-- Loading skeleton -->
|
||||||
<view class="status-wrap" wx:if="{{loading}}">
|
<view class="leaderboard-skeleton" wx:if="{{loading}}">
|
||||||
<text class="status-text">加载中...</text>
|
<ui-skeleton variant="list-row" count="{{5}}" />
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- Empty -->
|
<!-- Empty -->
|
||||||
|
|||||||
Reference in New Issue
Block a user