This commit is contained in:
shijing 2022-04-22 12:37:51 +08:00
parent 577414f60f
commit 7a479f6e07
1 changed files with 3 additions and 0 deletions

View File

@ -134,6 +134,9 @@
if(a.children){
this.hasLowerLevel = true;
this.subTypeOptions = a.children;
}else{
this.hasLowerLevel = false;
this.subTypeOptions = [];
}
getVideoList({category: a.id, pageoff: true}).then((response) => {
if (response.data) {