| 
					
				 | 
			
			
				@@ -202,6 +202,9 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   computed: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    mobile() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      return this?.userInfo?.mobile 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     cuStyle() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       return `height: ${this.CustomBar - this.StatusBar}px; padding-top: ${this.StatusBar}px;` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -373,7 +376,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           name: '修改手机号', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           icon: 'icon-kehu', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           link: '/packageMine/pages/phoneUpdate', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          show: true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          show: this.mobile 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 |