|
@@ -81,6 +81,7 @@ const canStart = computed(() => {
|
|
function onClickStart() {
|
|
function onClickStart() {
|
|
isShowVideo.value = true
|
|
isShowVideo.value = true
|
|
videoEl.value.play()
|
|
videoEl.value.play()
|
|
|
|
+
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
isShowSkip.value = true
|
|
isShowSkip.value = true
|
|
}, 2000)
|
|
}, 2000)
|
|
@@ -88,6 +89,7 @@ function onClickStart() {
|
|
|
|
|
|
const isShowVideo = ref(false)
|
|
const isShowVideo = ref(false)
|
|
const videoEl = ref(null)
|
|
const videoEl = ref(null)
|
|
|
|
+// const startUpAudio =
|
|
function onClickSkip() {
|
|
function onClickSkip() {
|
|
videoEl.value.pause()
|
|
videoEl.value.pause()
|
|
store.commit('setHaveShownStartUp', true)
|
|
store.commit('setHaveShownStartUp', true)
|