This commit is contained in:
shilixia 2021-09-07 10:17:33 +08:00
parent 53c9c611cd
commit c85142df75
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ export default {
});
},
getListtype(a){
getVideoList({category:a.id}).then((response) => {
getVideoList({category:a.id,pageoff:true}).then((response) => {
if (response.data) {
this.videoList = response.data;