12714 详情中 点击返回应该是返回到第二层,但是直接返回到第一层了

pull/2/head
dearlin 2023-11-09 09:46:25 +08:00
parent c4a52b3bd2
commit ed3cea71b7
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ export default {
this.$refs.hdVideoPlayer.player.pause()
},
goBack() {
this.$parent.activeName = 'List'
this.$parent.activeName = 'List2'
this.$parent.HIDDEN_ID = ''
}
}