mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-07 01:46:45 +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)){
|
if(current.value !== i && canStudy(props.routerInfo.previewSetting,i+1)){
|
||||||
isStudy = false
|
isStudy = false
|
||||||
}
|
}
|
||||||
|
if(current.value !== i && canStudy(props.routerInfo.studySetting,i+1)){
|
||||||
|
isStudy = true
|
||||||
|
}
|
||||||
router.push({
|
router.push({
|
||||||
path: "/pathmappage",
|
path: "/pathmappage",
|
||||||
query: {
|
query: {
|
||||||
|
|||||||
Reference in New Issue
Block a user