This commit is contained in:
liuye
2022-06-13 16:25:17 +08:00
parent 1aef4afb70
commit 5c3f90cefb
2 changed files with 21 additions and 2 deletions

View File

@@ -158,7 +158,7 @@ export default {
onReachBottom() {
if(this.currIndex == 1) {
this.current ++
this.getList()
this.getPlayList()
}
}
}