| 
					
				 | 
			
			
				@@ -223,16 +223,16 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       		this.loadStatus = 0; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           let actionList = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            {name: '已转让', value: 1}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            // {name: '已转让', value: 1}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             {name: '上架', value: 2}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             {name: '下架', value: 3}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             {name: '重新上架', value: 4}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             {name: '编辑', value: 5}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           ] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           if(this.detail.status === 1) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            actionList.splice(1, 1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            actionList.splice(0, 1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           }else if(this.detail.status === 0) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            actionList.splice(2, 1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            actionList.splice(1, 1); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.actionList = actionList; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       	}).catch(res => { 
			 |