jwyu 2 years ago
parent
commit
21d6d24d32
2 changed files with 2 additions and 0 deletions
  1. 1 0
      pages/video/videoList.vue
  2. 1 0
      pages/voice/voice.vue

+ 1 - 0
pages/video/videoList.vue

@@ -221,6 +221,7 @@ export default {
                 if(arr.length===0){
                 if(arr.length===0){
                     this.finished=true
                     this.finished=true
                 }
                 }
+                this.isAuth=true
             }else if(res.code===403){
             }else if(res.code===403){
                 //无权限用户
                 //无权限用户
                 this.isAuth=false
                 this.isAuth=false

+ 1 - 0
pages/voice/voice.vue

@@ -272,6 +272,7 @@ export default {
                         this.getOptionsList()
                         this.getOptionsList()
                     }, 1500);
                     }, 1500);
                 }
                 }
+                this.isAuth=true
             }else if(res.code===403){
             }else if(res.code===403){
                 //无权限用户
                 //无权限用户
                 this.isAuth=false
                 this.isAuth=false