jwyu пре 2 година
родитељ
комит
21d6d24d32
2 измењених фајлова са 2 додато и 0 уклоњено
  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){
                     this.finished=true
                 }
+                this.isAuth=true
             }else if(res.code===403){
                 //无权限用户
                 this.isAuth=false

+ 1 - 0
pages/voice/voice.vue

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