This commit is contained in:
X1627315083
2023-12-08 17:37:26 +08:00
parent 4f62c4c2d3
commit 1b55d36462
6 changed files with 30 additions and 24 deletions

View File

@@ -254,8 +254,8 @@ export default defineComponent({
watch:{
driver__:{
handler(newVal,oldVal){
if(newVal.index >= 5 && newVal.index <= 7){
this.open(newVal.index-4)
if(newVal.index >= 6 && newVal.index <= 8){
this.open(newVal.index-5)
}else{
}
}