qinjie 4 years ago
parent
commit
9f380c4e91
1 changed files with 1 additions and 1 deletions
  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'))