qinjie 4 년 전
부모
커밋
9f380c4e91
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/assets/xuniren/video.html

+ 1 - 1
main/assets/xuniren/video.html

@@ -261,7 +261,7 @@
 				$('.videoposter').hide()
 				$('#videoplayer').show()
 			}else {
-				player.src = $(that).data('url')
+				player.src = res.data.video
 			}
 			$('.topic-video h3').html(`<a href="${$(that).parent('a').attr('href')}">${$(that).data('title')}<br />${$(that).data('subtitle')}</a> `)
 			$('.topic-video ol p').html($(that).data('desc'))