去掉进度条
This commit is contained in:
parent
e99aa06929
commit
8a8055e207
|
@ -83,9 +83,6 @@
|
|||
if(data.content.length >0){
|
||||
this.contentList.push(data.content);
|
||||
}
|
||||
if(data.currProgress != null){
|
||||
this.percent = data.currProgress;
|
||||
}
|
||||
},
|
||||
websocketclose: function (e) {
|
||||
console.log("connection closed (" + e + ")");
|
||||
|
|
Loading…
Reference in New Issue
Block a user