This commit is contained in:
@fawn-nine
2024-07-03 16:25:22 +08:00
parent 1c20c59fda
commit 4ab1335a94
3 changed files with 22 additions and 15 deletions

View File

@@ -350,6 +350,16 @@ export default {
// this.getUserInfo()
// this.getCateList()
},
onUnload(){
console.log('页面卸载')
this.$nextTick(()=>{
this.$refs.commonVideo.handleEnd();
})
},
onHide() {
// this.showSearchList = false
// this.searchList = []