Commit 20897b46 authored by youjie's avatar youjie

调整全部分类

parent 15b14a72
...@@ -436,7 +436,13 @@ ...@@ -436,7 +436,13 @@
LinkUrl: '', LinkUrl: '',
Id: 0, Id: 0,
} }
this.categoryList = n.CategoryList;
n.CategoryList.forEach(x=>{
if(x.SubList&&x.SubList.length>0){
this.categoryList.push(x)
}
})
// this.categoryList = n.CategoryList;
this.HomeData[0].plugData.MenuList.forEach((x, index) => { this.HomeData[0].plugData.MenuList.forEach((x, index) => {
obj.CategoryName = '行程线路' //x.MenuName obj.CategoryName = '行程线路' //x.MenuName
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment