6
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user