|  |  | @@ -260,9 +260,13 @@ function delPhotoVideo(videoID) { | 
		
	
		
			
			|  |  |  | delUserPhotoVideoByID(videoID) | 
		
	
		
			
			|  |  |  | .then((res) => { | 
		
	
		
			
			|  |  |  | console.log(res, "res"); | 
		
	
		
			
			|  |  |  | const msg = lanChange.value == "zh-cn" ? `删除成功!` : `Success !`; | 
		
	
		
			
			|  |  |  | ElMessage.success(msg); | 
		
	
		
			
			|  |  |  | getPhotoVideoList(pageNum.value, pageSize.value, title.value); | 
		
	
		
			
			|  |  |  | }) | 
		
	
		
			
			|  |  |  | .catch((err) => { | 
		
	
		
			
			|  |  |  | console.log(err, "err"); | 
		
	
		
			
			|  |  |  | ElMessage.error(err.message); | 
		
	
		
			
			|  |  |  | }); | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | 
 | 
		
	
	
		
			
				|  |  | 
 |