| 
					
				 | 
			
			
				@@ -72,7 +72,7 @@ onLoad(async (options:object)=>{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	tabsRecommend.value[2].label = tabsRecommend.value[2].label + "(" +res.oneRejectCount+ ")" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	uni.setNavigationBarTitle({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		title:ob.name + "的推荐" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-	})	 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	}) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 </script> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -93,7 +93,7 @@ onLoad(async (options:object)=>{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 							<image :src="it.avatar" mode="widthFix"></image> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						<view class="flex-grow text-[32rpx]">{{ it.name }}</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						<view class="absolute bottom-0 left-[20%] text-[24rpx] text-[#EF4343]" v-if="it.auditStatus == 2">原因:{{ it.remark }}</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						<view class="absolute bottom-0 left-[20%] text-[24rpx] text-[#EF4343]" v-if="it.auditStatus == 2">原因:{{ it.reason }}</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			</template> 
			 |