Commit 7c2d7033 authored by Quxl's avatar Quxl

x

parent d30d0a15
......@@ -89,10 +89,8 @@ body {
encryptType: 1,
vid : vid,
playauth : playAuth
}, function(player) {
}, function(xplayer) {
console.log("播放器创建好了。")
});
document.οnkeydοwn=function(e){
var keyNum=window.event ? e.keyCode :e.which;
if(keyNum=='32'){
......@@ -121,6 +119,10 @@ body {
}
e.preventDefault();
}
});
} else if(authJsonObject.code == 300) {
scope.toLogin();
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment