@ -94,10 +94,11 @@
if (res.data.length === 0) {
this.ifEmpty = true
}
this.slist = res.data
this.onlyTwoLayer = !this.slist.some(function(item){
return item.childs.length>0
});
}).catch(res => {
uni.hideLoading()
})