Browse Source

关闭模态窗

liushengqiang 1 year ago
parent
commit
62205a5f33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/attend-class/index.tsx

+ 1 - 1
src/views/attend-class/index.tsx

@@ -1235,7 +1235,7 @@ export default defineComponent({
           onClick={(e: any) => {
           onClick={(e: any) => {
             e.stopPropagation();
             e.stopPropagation();
             if (activeData.timer){
             if (activeData.timer){
-              setModalOpen();
+              setModelOpen();
             }
             }
           }}
           }}
           class={[
           class={[