zs 2 lat temu
rodzic
commit
69f90ac4fa
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pages/usermyteam/index.wxml

+ 1 - 1
pages/usermyteam/index.wxml

@@ -56,7 +56,7 @@
             </view>
             <view class="one_1">
                 <text>审核状态:</text>
-                <text>{{info.status||'暂无'}}</text>
+                <text>{{info.status=='0'?'待审中':info.status=='1'?'审核通过':'审核拒绝'}}</text>
             </view>
         </view>
     </view>