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