liushengqiang преди 1 година
родител
ревизия
15eb4c14f1
променени са 1 файла, в които са добавени 6 реда и са изтрити 2 реда
  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