添加注释

main
李劲龙 1 month ago
parent 8223c1f44e
commit aa5df65961

@ -380,10 +380,13 @@ export default {
return "-"
}
},
//
titleInfoObjtype(type = "0,1") {
console.log(type);
let list = type.split(",")
//
this.listTow = []
//tab
this.chanckListTow = []
this.chanckList.forEach(res => {
list.forEach(element => {
@ -393,11 +396,13 @@ export default {
}
});
})
//tab
this.activeName = this.chanckListTow[0].lable
if(localStorage.getItem("activeName")){
this.activeName = localStorage.getItem("activeName")
localStorage.setItem("activeName",this.activeName)
}
//
let listname = this.chanckListTow.filter(item=> item.lable == this.activeName)
if(listname){
this.xtmcName = listname[0].xtmcName

Loading…
Cancel
Save