关闭提交时间
This commit is contained in:
@@ -164,12 +164,26 @@ function setBtnClickFuc() {
|
||||
$('#room-root').hide();
|
||||
$('#login-root').show();
|
||||
$.ajax({
|
||||
url: window.url + 'StopMCUMixTranscode?roomid=' + window.roomid,
|
||||
url: window.url + 'onExitRoom?roomid=' + window.roomid,
|
||||
headers: "Bearer " + localStorage.getItem("token"),
|
||||
method:"POST",
|
||||
data:{
|
||||
type:1,
|
||||
memberid:window.mid,
|
||||
liveid:wiondow.liveid,
|
||||
length:window.mytime
|
||||
},
|
||||
success(){
|
||||
window.parent.location.href="/regime/live";
|
||||
$.ajax({
|
||||
url: window.url + 'StopMCUMixTranscode?roomid=' + window.roomid,
|
||||
headers: "Bearer " + localStorage.getItem("token"),
|
||||
success(){
|
||||
window.parent.location.href="/regime/live";
|
||||
}
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
}
|
||||
else{
|
||||
|
||||
Reference in New Issue
Block a user