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'))