mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-09 02:46:48 +08:00
--fix bug
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user