|  | @@ -1,8 +1,8 @@
 | 
	
		
			
				|  |  |  <!--
 | 
	
		
			
				|  |  |   * @Author: wangjiacheng
 | 
	
		
			
				|  |  |   * @Date: 2021-10-14 11:57:19
 | 
	
		
			
				|  |  | - * @LastEditors: wangjiacheng
 | 
	
		
			
				|  |  | - * @LastEditTime: 2021-10-15 17:09:52
 | 
	
		
			
				|  |  | + * @LastEditors: wjc
 | 
	
		
			
				|  |  | + * @LastEditTime: 2022-10-11 14:38:02
 | 
	
		
			
				|  |  |   * @Description:
 | 
	
		
			
				|  |  |  -->
 | 
	
		
			
				|  |  |  <template>
 | 
	
	
		
			
				|  | @@ -59,12 +59,12 @@ export default {
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    watch: {
 | 
	
		
			
				|  |  |      moneny (nVal) {
 | 
	
		
			
				|  |  | -      if (nVal >= 1e8 && !this.showFire) {
 | 
	
		
			
				|  |  | +      if (nVal >= 2e8 && !this.showFire) {
 | 
	
		
			
				|  |  |          setTimeout(() => {
 | 
	
		
			
				|  |  |            this.showFire = true
 | 
	
		
			
				|  |  |          }, 500)
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  | -      if (nVal >= 1e8) {
 | 
	
		
			
				|  |  | +      if (nVal >= 2e8) {
 | 
	
		
			
				|  |  |          setTimeout(() => {
 | 
	
		
			
				|  |  |            this.isBillion = true
 | 
	
		
			
				|  |  |          }, 500)
 |