This commit is contained in:
yanran200730
2022-05-30 15:45:02 +08:00
parent 6cf4f3d240
commit 3b15852df5
4 changed files with 15 additions and 8 deletions

View File

@@ -47,9 +47,8 @@
},
show() {
if (this.currIndex == 0) {
this.currIndex = -1
this.$nextTick(() => {
this.currIndex = 0
this.$refs.Home.update()
})
}
}