|  | @@ -130,7 +130,8 @@
 | 
	
		
			
				|  |  |  </script>
 | 
	
		
			
				|  |  |  <script>
 | 
	
		
			
				|  |  |      let userId = '<%= userID %>';
 | 
	
		
			
				|  |  | -    let userAccount = '<%= userAccount %>';
 | 
	
		
			
				|  |  | +    console.log(`userID: ${userId}`);
 | 
	
		
			
				|  |  | +    //let userAccount = '<%= userAccount %>';
 | 
	
		
			
				|  |  |      mainAjax.getStdBillsLib(userId);
 | 
	
		
			
				|  |  |      $(document).ready(function(){
 | 
	
		
			
				|  |  |          //main 增删改
 |