aamin 1 vuosi sitten
vanhempi
commit
46db600c8f
2 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  1. BIN
      src/assets/videos/fade-at-shuang-gou.mp4
  2. 1 3
      src/views/StartupView.vue

BIN
src/assets/videos/fade-at-shuang-gou.mp4


+ 1 - 3
src/views/StartupView.vue

@@ -106,12 +106,10 @@ function onClickStart() {
   const audioEl2 = document.getElementById('bg-music2')
   nextTick(() => {
     videoEl.value.play()
-    if (window.location.href.includes('?m=2')) {
+    if (window.location.href.includes('?m=1')) {
       audioEl2.play()
-      console.log('播放2')
     } else {
       audioEl.play()
-      console.log('播放1')
     }
   })
   setTimeout(() => {