|  | @@ -161,6 +161,7 @@ export default defineComponent({
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      const __initVideo = () => {
 |  |      const __initVideo = () => {
 | 
											
												
													
														|  |        if (videoItem.value && props.item.id) {
 |  |        if (videoItem.value && props.item.id) {
 | 
											
												
													
														|  | 
 |  | +        console.log(videoItem.value, 'videoItem.value');
 | 
											
												
													
														|  |          nextTick(() => {
 |  |          nextTick(() => {
 | 
											
												
													
														|  |            videoItem.value?.currentTime(0);
 |  |            videoItem.value?.currentTime(0);
 | 
											
												
													
														|  |          });
 |  |          });
 | 
											
										
											
												
													
														|  | @@ -275,7 +276,7 @@ export default defineComponent({
 | 
											
												
													
														|  |        clearTimeout(videoErrorTimer);
 |  |        clearTimeout(videoErrorTimer);
 | 
											
												
													
														|  |        nextTick(() => {
 |  |        nextTick(() => {
 | 
											
												
													
														|  |          videoErrorTimer = setTimeout(() => {
 |  |          videoErrorTimer = setTimeout(() => {
 | 
											
												
													
														|  | -          videoItem.value.src = props.item?.content;
 |  | 
 | 
											
												
													
														|  | 
 |  | +          videoItem.value.src(props.item?.content);
 | 
											
												
													
														|  |            emit('play');
 |  |            emit('play');
 | 
											
												
													
														|  |            videoItem.value.load();
 |  |            videoItem.value.load();
 | 
											
												
													
														|  |            // eslint-disable-next-line @typescript-eslint/no-unused-vars
 |  |            // eslint-disable-next-line @typescript-eslint/no-unused-vars
 |