1
0

2 Ревизии b9db5c2265 ... 28e755b42f

Автор SHA1 Съобщение Дата
  liushengqiang 28e755b42f Merge branch '2023-9-21_免费' into jenkins-main преди 1 година
  liushengqiang 15eb4c14f1 fix преди 1 година
променени са 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