Browse Source

Merge branch 'yb8.0' into debug

jwyu 3 năm trước cách đây
mục cha
commit
71060c6dcd
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/video/List.vue

+ 1 - 0
src/views/video/List.vue

@@ -76,6 +76,7 @@ const refreshList=()=>{
     listState.finished=false
     listState.page=1
     listState.list=[]
+    curVideoId.value=0
     getVideoList()
 }