|
@@ -170,8 +170,12 @@ export default defineComponent({
|
|
}
|
|
}
|
|
|
|
|
|
if (!item.hasCache) {
|
|
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) {
|
|
if (item.downloadStatus == 1) {
|
|
return
|
|
return
|