修改内容显示

This commit is contained in:
RenCheng 2025-03-01 12:05:05 +08:00
parent 76116f7289
commit 1015276bcd

View File

@ -84,7 +84,7 @@
this.contentList.push(data.content); this.contentList.push(data.content);
} }
if(data.currProgress != null){ if(data.currProgress != null){
this.contentList.push(data.content); this.percent = data.currProgress;
} }
}, },
websocketclose: function (e) { websocketclose: function (e) {