jwyu 2 年之前
父节点
当前提交
b6b9c7c425
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      pages/video/videoList.vue

+ 4 - 0
pages/video/videoList.vue

@@ -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'