liushengqiang 1 year ago
parent
commit
44d943352b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/courseList/index.tsx

+ 1 - 1
src/views/courseList/index.tsx

@@ -323,7 +323,7 @@ export default defineComponent({
               <div key="list" class={styles.periodList}>
                 <CellGroup inset>
                   {data.list.map((item: any) => {
-                    const isLock =
+                    const isLock = String(item.accessScope) === '0' ||
                       item.lockFlag ||
                       ((route.query.code == 'select' || state.platformType == 'STUDENT') &&
                         !item.unlock)