0422
This commit is contained in:
parent
577414f60f
commit
7a479f6e07
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue