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