소스 검색

视频社区无权限时切换页面刷新数据

jwyu 2 년 전
부모
커밋
e786da66fc
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      pages/video/videoList.vue

+ 6 - 0
pages/video/videoList.vue

@@ -125,6 +125,12 @@ export default {
         this.init(options)
         this.init(options)
         this.getPermissionList()
         this.getPermissionList()
     },
     },
+    onShow(){
+        //无权限时刷新列表
+        if(!this.isAuth){
+            this.getList()
+        }
+    },
     onHide(){
     onHide(){
         this.showFilter=false
         this.showFilter=false
         this.curVideoId=0
         this.curVideoId=0