lhl 2 years ago
parent
commit
a9039b4df9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/user/myteam.vue

+ 1 - 1
pages/user/myteam.vue

@@ -19,7 +19,7 @@
 			</view>
 			<view class="money-box flex" style="padding-top: 20rpx;" >
 				<view style="flex-grow: 1;" @click="navto('/pages/user/model/phb')"></view>
-				<view style="flex-grow: 1;text-align: right;padding-right: 20rpx;" @click="navto('/pages/user/teamph')">团队排行榜</view>
+				<view style="flex-grow: 1;text-align: right;padding-right: 20rpx;" @click="navto('/pages/user/teamph')" v-if="userInfo.info_audit_status == 1">团队排行榜</view>
 			</view>
 		</view>