Parcourir la source

Merge branch 'jenkins-main' of http://git.dayaedu.com/lex/orchestra-app into jenkins-main

lex il y a 1 an
Parent
commit
9260aa6a0d
1 fichiers modifiés avec 6 ajouts et 2 suppressions
  1. 6 2
      src/views/courseList/index.tsx

+ 6 - 2
src/views/courseList/index.tsx

@@ -170,8 +170,12 @@ export default defineComponent({
       }
 
       if (!item.hasCache) {
-        const hasVip = handleCheckVip()
-        if (!hasVip) return
+        const hasFree = String(item.accessScope) === '0'
+        if (!hasFree){
+          const hasVip = handleCheckVip()
+          if (!hasVip) return
+        }
+        
         // 下载中不提示
         if (item.downloadStatus == 1) {
           return