mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
修改
This commit is contained in:
@@ -295,7 +295,6 @@ export default {
|
|||||||
this.getPopularity();
|
this.getPopularity();
|
||||||
this.getPositive();
|
this.getPositive();
|
||||||
this.couresreso();
|
this.couresreso();
|
||||||
this.retest();
|
|
||||||
window.addEventListener(
|
window.addEventListener(
|
||||||
"scroll",
|
"scroll",
|
||||||
this.handleScroll
|
this.handleScroll
|
||||||
@@ -577,6 +576,7 @@ export default {
|
|||||||
if (this.caseDetail.filePath) {
|
if (this.caseDetail.filePath) {
|
||||||
//this.pdfPath=this.basePath+this.caseDetail.filePath;
|
//this.pdfPath=this.basePath+this.caseDetail.filePath;
|
||||||
this.createPlayUrl(this.caseDetail.filePath);
|
this.createPlayUrl(this.caseDetail.filePath);
|
||||||
|
this.retest();
|
||||||
//this.sendEventData();//移到检查之后
|
//this.sendEventData();//移到检查之后
|
||||||
} else {
|
} else {
|
||||||
this.$message.error('内容文件不存在或已被删除,请与管理员联系');
|
this.$message.error('内容文件不存在或已被删除,请与管理员联系');
|
||||||
|
|||||||
Reference in New Issue
Block a user