online_time
caicai8 5 years ago
parent 8f64180af0
commit c520544a4e

@ -15,7 +15,7 @@ const $ = window.$;
function getRight(){
var right = parseInt($(".-task-sidebar").css("right"));
return right;
return right===0?0:right;
}
class LiveItem extends Component{
constructor(props) {

@ -18,7 +18,7 @@ const $ = window.$;
function getRight(){
var right = parseInt($(".-task-sidebar").css("right"));
return right;
return right===0?0:right;
}
class VideoIndex extends Component{
constructor(props){

Loading…
Cancel
Save