fix 详情页面订阅

This commit is contained in:
jxxghp
2023-08-02 18:29:38 +08:00
parent 03cf4927cb
commit 710c183d86
2 changed files with 250 additions and 13 deletions

View File

@@ -33,7 +33,7 @@ const isSubscribed = ref(false)
// 本地存在状态
const isExists = ref(false)
// 各季缺失状态0-已存在 1-部分缺失 2-全部缺失
// 各季缺失状态0-已存在 1-部分缺失 2-全部缺失,没有数据也是已存在
const seasonsNotExisted = ref<{ [key: number]: number }>({})
// 订阅季弹窗