mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 02:46:46 +08:00
chore: 视频详情 该名称为 详情
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<!--新的课程学习页面,没有中间的详细页面了,课程点过来就是这个,用户未报名就直接报名-->
|
<!--新的课程学习页面,没有中间的详细页面了,课程点过来就是这个,用户未报名就直接报名-->
|
||||||
<view>
|
<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>
|
<watermark></watermark>
|
||||||
<u-toast ref="messager"></u-toast>
|
<u-toast ref="messager"></u-toast>
|
||||||
<!-- <page-title :showBack="true"></page-title> -->
|
<!-- <page-title :showBack="true"></page-title> -->
|
||||||
@@ -942,7 +942,7 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}else if(con.contentType==50){ //scorm课件的内容
|
}else if(con.contentType==50){ //scorm课件的内容
|
||||||
|
|
||||||
apiCourseFile.detail(con.contentRefId).then(cfrs => {
|
apiCourseFile.detail(con.contentRefId).then(cfrs => {
|
||||||
if(cfrs.status==200){
|
if(cfrs.status==200){
|
||||||
//this.curCFile = cfrs.result;
|
//this.curCFile = cfrs.result;
|
||||||
|
|||||||
Reference in New Issue
Block a user