mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 12:18:42 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			145 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			145 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export default {
 | 
						|
    props: {
 | 
						|
        bgColor: {
 | 
						|
            type: String,
 | 
						|
            default: uni.$u.props.statusBar.bgColor
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |