| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -11,9 +11,7 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					<body> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  <img class="loading" src="./img/loading.png" alt=""> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  <div id="home" class="container"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    <div id="bb" class="billing my-account"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  <div id="bb" class="my-account"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    <div class="account-header"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      <a href="#home" class="account-back"></a> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      <img class="bg" src="./img/account.jpg" alt=""> | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -40,6 +38,8 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    </div> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  </div> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					  <div id="home" class="container"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    <div class="header"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    </div> | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -137,6 +137,7 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      $('.filter-item').click(function () { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        hideLoading(); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        $('.loading').show(); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        $('.filter-item').removeClass('active'); | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        const key = $(this).attr('data-query-key'); | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -179,7 +180,6 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      }) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      function renderBillingDom(arr) { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        const billingHtmlArr = arr.map(item => { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					          const { type, name, amount, time, money } = item; | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
				
				 | 
				
					@ -202,6 +202,10 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        $('.billing-list').html(billingHtmlArr) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      } | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      $('.account-back').click(function () { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        $('.my-account').removeClass('moveRight') | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      }) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					      $.ajax({ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					        url: "./config.json", | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -230,6 +234,7 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					              $('.box-list').html(`<div>${fontAnimationList[0]}</div><div>${fontAnimationList[1]}</div>`) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					              $('.toList').each(function () { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                $(this).click(() => { | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                  $('.my-account ').addClass('moveRight') | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                  console.log($(this).attr('data-index'), 'wwww') | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                  $('.card-number').text(cardList[$(this).attr('data-index')]?.cardId) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					                }) | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |