YY 2 years ago
parent
commit
b8f16b8360
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/matchadmin/layoutInfo.wxml

+ 2 - 2
pages/matchadmin/layoutInfo.wxml

@@ -82,11 +82,11 @@
             </view>
             </view>
             <view class="one_1">
             <view class="one_1">
                 <text class="text">比赛状态:</text>
                 <text class="text">比赛状态:</text>
-                <text class="text1">{{info.status=='0'?'未开始':info.status=='1'?'报名中':info.status=='2'?'待比赛':info.status=='3'?'进行中':'已结束'}}</text>
+                <text class="text1">{{form.status=='0'?'未开始':form.status=='1'?'报名中':form.status=='2'?'待比赛':form.status=='3'?'进行中':'已结束'}}</text>
             </view>
             </view>
             <view class="one_1">
             <view class="one_1">
                 <text class="text">是否轮空: </text>
                 <text class="text">是否轮空: </text>
-                <text class="text1">{{info.is_bye=='true'?'是':'否'}}</text>
+                <text class="text1">{{form.is_bye=='true'?'是':'否'}}</text>
             </view>
             </view>
         </view>
         </view>
     </view>
     </view>