Explorar el Código

Update index.tsx

lex hace 1 año
padre
commit
6195e3ad50
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/courseware-list/component/book/index.tsx

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

@@ -65,7 +65,7 @@ export default defineComponent({
       isClick: false,
       coursewareList: [] as any
     });
-    // const showSelectCourseware = ref(false);
+    const showSelectCourseware = ref(false);
     const showGuide = ref(false);
     const isend = ref(false);
     const step = ref(0);