@@ -116,6 +116,10 @@ export default {
this.getList()
this.getPermissionList()
},
+ onHide(){
+ this.showFilter=false
+ this.curVideoId=0
+ },
onShareAppMessage({from,target}) {
console.log(from,target);
let path='/pages/video/videoList?videoId=0'