| 
					
				 | 
			
			
				@@ -172,6 +172,20 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				}else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					this.changeStatus(0) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			}else if (option.typeTxt) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				const typeTxt = option.typeTxt; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				//其他页面入参 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				if (typeTxt =='待付款') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					this.changeStatus(1) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				} else if (typeTxt =='待使用') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					this.changeStatus(2) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				} else if (typeTxt =='已完成') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					this.changeStatus(3) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				} else if (typeTxt == '退款售后') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					this.changeStatus(4) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				}else if (typeTxt == '已取消') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					this.changeStatus(0) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			} else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				if(this.merchantType==10){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					this.getOrderList() 
			 |