zs 1 year ago
parent
commit
736ce76593
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pagesMy/ranking/index.wxml

+ 1 - 1
pagesMy/ranking/index.wxml

@@ -5,7 +5,7 @@
                 <view class="list_1">
                     <view class="left textOver">{{index + 1}}</view>
                     <view class="center textOver">{{item.name||'暂无团队名称'}} </view>
-                    <view class="right textOver">{{item.score||'暂无分数'}}分</view>
+                    <view class="right textOver">{{item.score||'0'}}分</view>
                 </view>
             </view>
         </scroll-view>