浏览代码

Merge branch '2023-8-28_翻书'

liushengqiang 1 年之前
父节点
当前提交
3174e795c2
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/views/courseware-list/index.tsx

+ 7 - 0
src/views/courseware-list/index.tsx

@@ -235,6 +235,13 @@ export default defineComponent({
       getSubjectList();
       getSubjectList();
       getTanentList();
       getTanentList();
       getData();
       getData();
+      // 安卓的状态栏
+      postMessage({
+        api: 'setStatusBarVisibility',
+        content: {
+          isVisibility: 0
+        }
+      });
     });
     });
 
 
     const handleFavorite = async (item: any) => {
     const handleFavorite = async (item: any) => {