|  |  | @ -35,6 +35,9 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |       this.start() | 
			
		
	
		
			
				
					|  |  |  |     }) | 
			
		
	
		
			
				
					|  |  |  |   }, | 
			
		
	
		
			
				
					|  |  |  |   beforeDestroy() { | 
			
		
	
		
			
				
					|  |  |  |     clearInterval(this.timer) | 
			
		
	
		
			
				
					|  |  |  |   }, | 
			
		
	
		
			
				
					|  |  |  |   methods: { | 
			
		
	
		
			
				
					|  |  |  |     start() { | 
			
		
	
		
			
				
					|  |  |  |       // let strHtml = '' | 
			
		
	
	
		
			
				
					|  |  | @ -51,7 +54,7 @@ export default { | 
			
		
	
		
			
				
					|  |  |  |         // _this.toOrderNum('123456') | 
			
		
	
		
			
				
					|  |  |  |         _this.toOrderNum(this.chartnum) | 
			
		
	
		
			
				
					|  |  |  |         _this.setNumberTransform() | 
			
		
	
		
			
				
					|  |  |  |       }, 1000) | 
			
		
	
		
			
				
					|  |  |  |       }, 1000 * 10) | 
			
		
	
		
			
				
					|  |  |  |     }, | 
			
		
	
		
			
				
					|  |  |  |     toOrderNum(num) { | 
			
		
	
		
			
				
					|  |  |  |       num = num.toString() // 数字变成字符串 | 
			
		
	
	
		
			
				
					|  |  | 
 |