This commit is contained in:
lmj
2022-09-07 14:31:07 +08:00
parent e3f1e3e413
commit 3db47fe738
5 changed files with 1451 additions and 20 deletions

BIN
public/images/playtime.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -96,7 +96,7 @@ export const constantRoutes = [{
//此页面需要指定课程的参数
path: '/course/studyindex',
hidden: true,
component: (resolve) => require(['@/views/study/PortalIndex'], resolve),
component: (resolve) => require(['@/views/study/coursenew'], resolve),
name: 'courseStudyIndex',
meta: { title: '课程学习', icon: 'dashboard', noCache: true, affix: false },
},

View File

@@ -789,7 +789,7 @@ export default {
//当前已经不再使用
//console.log(e);
},
showRes(r,i,index) {//i:子节下标index:章下标
showRes(r,i,index) { //i:子节下标index:章下标
if(i!=undefined && index!=undefined && r.status<9) {
if(this.courseInfo.orderStudy) {
//判断上个是否学完

File diff suppressed because it is too large Load Diff