0422
This commit is contained in:
parent
577414f60f
commit
7a479f6e07
|
@ -134,6 +134,9 @@
|
||||||
if(a.children){
|
if(a.children){
|
||||||
this.hasLowerLevel = true;
|
this.hasLowerLevel = true;
|
||||||
this.subTypeOptions = a.children;
|
this.subTypeOptions = a.children;
|
||||||
|
}else{
|
||||||
|
this.hasLowerLevel = false;
|
||||||
|
this.subTypeOptions = [];
|
||||||
}
|
}
|
||||||
getVideoList({category: a.id, pageoff: true}).then((response) => {
|
getVideoList({category: a.id, pageoff: true}).then((response) => {
|
||||||
if (response.data) {
|
if (response.data) {
|
||||||
|
|
Loading…
Reference in New Issue