|
@@ -101,16 +101,12 @@ export default defineComponent({
|
|
|
content: {
|
|
|
url: `${location.origin}${location.pathname}/#/coursewarePlay?id=${item.lessonCoursewareDetailId}`,
|
|
|
orientation: 0,
|
|
|
- isHideTitle: true
|
|
|
+ isHideTitle: true,
|
|
|
+ statusBarTextColor: false,
|
|
|
+ isOpenLight: true,
|
|
|
+ showLoadingAnim: true
|
|
|
}
|
|
|
})
|
|
|
- // router.push({
|
|
|
- // path: '/coursewarePlay',
|
|
|
- // query: {
|
|
|
- // id: item.lessonCoursewareDetailId,
|
|
|
- // source: 'my-course'
|
|
|
- // }
|
|
|
- // })
|
|
|
}
|
|
|
// 检查数据的缓存状态
|
|
|
const checkCoursewareCache = (list: []) => {
|