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

+ 7 - 0
src/views/coursewarePlay/index.tsx

@@ -256,6 +256,13 @@ export default defineComponent({
         )
         data.detail = res.data
         if (res?.data?.lockFlag) {
+          postMessage({
+            api: 'courseLoading',
+            content: {
+              show: false,
+              type: 'fullscreen'
+            }
+          })
           showDialog({
             title: '温馨提示',
             message: '课件已锁定',