Parcourir la source

切换大小写

wangxy il y a 1 mois
Parent
commit
160da26cf1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pages/newEnglish/components/beiPage.vue

+ 1 - 1
pages/newEnglish/components/beiPage.vue

@@ -156,7 +156,7 @@
 	})
 
 	function handleChangeDaxie() {
-		isDaxie.value = true
+		isDaxie.value = !isDaxie.value;
 	}
 
 	function handlePlay(opt) {