aamin hai 1 ano
pai
achega
46db600c8f
Modificáronse 2 ficheiros con 1 adicións e 3 borrados
  1. BIN=BIN
      src/assets/videos/fade-at-shuang-gou.mp4
  2. 1 3
      src/views/StartupView.vue

BIN=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(() => {