Sign in

刘基城 / cnlive_live_web · Files

GitLab

  • Back to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • cnlive_live_web
  • ..
  • js
  • video.js
  • 调整页面
    f50134db
    刘基城 authored
    2016-08-09 10:06:38 +0800  
    Browse Code »
video.js 129 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8
function t_live_xq(id){
	$.ajax({
		url:'../../video/detail',
		type:'post',
		datatype : 'json',
		data:{"id":id},
	});
}