tanxue 2 kuukautta sitten
vanhempi
commit
97186e3131
1 muutettua tiedostoa jossa 2 lisäystä ja 3 poistoa
  1. 2 3
      pages/newEnglish/index.vue

+ 2 - 3
pages/newEnglish/index.vue

@@ -72,7 +72,6 @@
 
  function handleSwiperChange(index) {
 	 
-	 return false
 	 
   if (isAudioPlaying.value) return; // 如果正在播放,不允许切换
 
@@ -274,7 +273,7 @@
     }
     // console.log('res.data',res.data)
     handleCacheAudio()
-   // autoPlayAudio()
+   autoPlayAudio()
 
    })
   } else {
@@ -290,7 +289,7 @@
     }
 
     handleCacheAudio()
-    //autoPlayAudio()
+    autoPlayAudio()
    })
   }
  }