This commit is contained in:
LAPTOP-S9RBPPM6\bjxask-2201
2022-06-01 15:55:14 +08:00
5 changed files with 25 additions and 9 deletions

View File

@@ -353,6 +353,7 @@
// inject: [ "informationDetails" ],
data(){
return {
converStatus:0,
fileBaseUrl:process.env.VUE_APP_FILE_BASE_URL,
curPdfPath:'',
comTypes:[
@@ -496,6 +497,7 @@
}else{
apiCourseFile.detail(this.content.contentRefId).then(rs=>{
if(rs.status==200){
this.converStatus = rs.result.converStatus;
if(rs.result.previewFilePath){
this.curPdfPath=rs.result.previewFilePath;
}else{