| 
					
				 | 
			
			
				@@ -36,8 +36,8 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         name: "视频控件", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         img_list: [], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         video_list: [], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        loading: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      loading2: false, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   computed: {}, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -84,7 +84,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // 获取不同视频清晰度 definition 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     getqxd(id) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      this.loading = this.$loading({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      this.loading2 = this.$loading({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         lock: true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         text: "Loading", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         spinner: "el-icon-loading", 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -98,7 +98,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.curQue.definition_list = []; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.curQue.definition_list.push(res["480P"]); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.curQue.definition_list.push(res["720P"]); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.loading.close(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        // this.loading2.close(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 |