Merge remote-tracking branch 'yx/20250821-hz' into master-0626-prod

This commit is contained in:
joshen
2025-08-27 15:17:38 +08:00
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<template>
<!--新的课程学习页面没有中间的详细页面了课程点过来就是这个用户未报名就直接报名-->
<view>
<page-title :showBack="true" :sticky="true" v-if="showNavbar" @go="goBack">视频详情</page-title>
<page-title :showBack="true" :sticky="true" v-if="showNavbar" @go="goBack">详情</page-title>
<watermark></watermark>
<u-toast ref="messager"></u-toast>
<!-- <page-title :showBack="true"></page-title> -->
@@ -1014,7 +1014,7 @@
});
}
}else if(con.contentType==50){ //scorm课件的内容
apiCourseFile.detail(con.contentRefId).then(cfrs => {
if(cfrs.status==200){
//this.curCFile = cfrs.result;