Ver código fonte

Merge branch 'iteration-20240613-temp' into jenkins-test

lex 1 ano atrás
pai
commit
5a455ac915
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/courseware-list/component/book/index.tsx

+ 1 - 1
src/views/courseware-list/component/book/index.tsx

@@ -351,7 +351,7 @@ export default defineComponent({
     };
     const handleOpenPlay = async (item: any) => {
       const isUpdate = await checkCoursewareUpdate();
-      if (!isUpdate) {
+      if (isUpdate) {
         reloadStatus.value = true;
         return;
       }