mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 17:36:45 +08:00
Merge remote-tracking branch 'yx/20250821-hz' into master-0626-prod
This commit is contained in:
@@ -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;
|
||||
|
||||
2
unpackage/dist/build/h5/index.html
vendored
2
unpackage/dist/build/h5/index.html
vendored
@@ -19,4 +19,4 @@
|
||||
hm.src = "https://hm.baidu.com/hm.js?ea89f02dca369037a73c5e3907e2c14a";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();</script></head><body><div id=app></div><script src=/mobile/static/js/chunk-vendors.b01deae1.js></script><script src=/mobile/static/js/index.fb5b9acf.js></script></body></html>
|
||||
})();</script></head><body><div id=app></div><script src=/mobile/static/js/chunk-vendors.b01deae1.js></script><script src=/mobile/static/js/index.19bad2a9.js></script></body></html>
|
||||
File diff suppressed because one or more lines are too long
1
unpackage/dist/build/h5/static/js/pages-study-courseStudy.26ed8ea5.js
vendored
Normal file
1
unpackage/dist/build/h5/static/js/pages-study-courseStudy.26ed8ea5.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user