zs 2 年之前
父節點
當前提交
69f90ac4fa
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/usermyteam/index.wxml

+ 1 - 1
pages/usermyteam/index.wxml

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