浏览代码

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

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.getPermissionList()
     },
+    onShow(){
+        //无权限时刷新列表
+        if(!this.isAuth){
+            this.getList()
+        }
+    },
     onHide(){
         this.showFilter=false
         this.curVideoId=0