This commit is contained in:
曹辉 2023-03-29 09:46:19 +08:00
parent a4aa2e0fae
commit 3ab8de36b6

View File

@ -280,8 +280,10 @@
this.tabIndex = item.id this.tabIndex = item.id
if (item.id == 0) { if (item.id == 0) {
this.choicetab = false this.choicetab = false
this.serveinfo()
} else { } else {
this.choicetab = true this.choicetab = true
this.productinfo()
} }
}, },
// //