zsydgithub il y a 2 ans
Parent
commit
6561acd191
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      6_Dom/3_选项卡.html

+ 1 - 1
6_Dom/3_选项卡.html

@@ -69,7 +69,7 @@
           btns[j].className = ''
           content[j].className = 'actived'
         }
-        this.className = 'selected'
+        this.className = 'selected' 
         console.log(this.index)
         content[this.index].className = 'actived choice'
       }