diff --git a/src/components/PathDetailImage.vue b/src/components/PathDetailImage.vue index 175604c..3cecd1a 100644 --- a/src/components/PathDetailImage.vue +++ b/src/components/PathDetailImage.vue @@ -160,6 +160,9 @@ function toDetail(i) { if(current.value !== i && canStudy(props.detail.previewSetting,i+1)){ isStudy = false } + if(current.value !== i && canStudy(props.detail.studySetting,i+1)){ + isStudy = true + } const chapterId = showList.value[i].id; (import.meta.env.MODE === "development" || import.meta.env.MODE === "test") ? router.push({