liushengqiang 2 rokov pred
rodič
commit
63968be696
1 zmenil súbory, kde vykonal 4 pridanie a 8 odobranie
  1. 4 8
      src/views/courseList/index.tsx

+ 4 - 8
src/views/courseList/index.tsx

@@ -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: []) => {