|  | @@ -2162,8 +2162,10 @@ export default {
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |            console.log("priceObj",priceObj)
 | 
	
		
			
				|  |  |            //总价大于2000 或单价>500
 | 
	
		
			
				|  |  | -          if(sumPrices >= 2000 || priceObj){
 | 
	
		
			
				|  |  | -            this.isApplyEx4 = true
 | 
	
		
			
				|  |  | +          if(sumPrices >= 2000 || priceObj){
 | 
	
		
			
				|  |  | +            // 这个版本不要了
 | 
	
		
			
				|  |  | +            // this.isApplyEx4 = true
 | 
	
		
			
				|  |  | +            this.isApplyEx4 = false
 | 
	
		
			
				|  |  |              this.getFlowPath()
 | 
	
		
			
				|  |  |            } else {
 | 
	
		
			
				|  |  |              this.isApplyEx4 = false
 |