jwyu %!s(int64=2) %!d(string=hai) anos
pai
achega
c47fe03d17
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      pages/video/videoList.vue
  2. 1 0
      pages/video/videoSearch.vue

+ 1 - 0
pages/video/videoList.vue

@@ -162,6 +162,7 @@ export default {
             }
             
             this.videoId=0//重置掉分享进入的状态
+            this.curVideoId=0
             this.page=1
             this.list=[]
             this.finished=false

+ 1 - 0
pages/video/videoSearch.vue

@@ -103,6 +103,7 @@ export default {
         },
 
         async getList(){
+            this.curVideoId=0
             const res=await apiVideoList({
                 page_index:Number(this.page),
                 page_size:Number(this.pageSize),