当前位置: 首页 > Web前端 > vue.js

你想要

时间:2023-03-31 22:30:42 vue.js

letdata={tabs:[{title:"News",sublist:[{subtitle:"News111"},{subtitle:"News111"},{subtitle:"News111"}]},{title:"娱乐",sublist:[{subtitle:"娱乐111"},{subtitle:"娱乐111"},{subtitle:"娱乐111"}]},{title:"体育",sublist:[{subtitle:"体育111"},{subtitle:"运动111"},{subtitle:"运动111"}]}],currentIndex:-1}newVue({el:"#app",data:data,methods:{changeTabs(i){console.log(this.currentIndex)this.currentIndex=this.currentIndex===我?-1:我;},addStyle(i){返回{display:this.currentIndex===i?'块':'无'}}}})