<!--pages/competition/competition.wxml-->
<view class="container">
  <!-- 标题 -->
  <rank-tarbar/>
  <!-- 内容 -->
  <view class="content">
      <scroll-view scroll-y="true"  scroll-with-animation="true" scroll-with-animation="true" enable-back-to-top="true">
        <view class="my-friend-rank">
            <ranking
            friendsData="{{friendsData}}"
            friendsThreeData="{{friendsThreeData}}"
            myData="{{myData}}"
            str="位好友"
            title="好友数排名"
            num="0"/>
        </view>
      </scroll-view>
  </view>
</view>