mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-06 09:26:46 +08:00
--fix bug
This commit is contained in:
@@ -273,6 +273,9 @@ function toDetail(item, i) {
|
||||
if(current.value !== i && canStudy(props.routerInfo.previewSetting,i+1)){
|
||||
isStudy = false
|
||||
}
|
||||
if(current.value !== i && canStudy(props.routerInfo.studySetting,i+1)){
|
||||
isStudy = true
|
||||
}
|
||||
router.push({
|
||||
path: "/pathmappage",
|
||||
query: {
|
||||
|
||||
Reference in New Issue
Block a user