|
|
@ -224,7 +224,7 @@ const queryData = (data: any) => { |
|
|
|
}; |
|
|
|
}; |
|
|
|
onActivated(() => { |
|
|
|
onActivated(() => { |
|
|
|
animationShutdown.value && animationShutdown.value.play(); |
|
|
|
animationShutdown.value && animationShutdown.value.play(); |
|
|
|
animationPower.value.animationPower && animationPower.value.play(); |
|
|
|
animationPower.value && animationPower.value.play(); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
onMounted(() => { |
|
|
|
onMounted(() => { |
|
|
@ -307,7 +307,7 @@ const changeAnimation = () => { |
|
|
|
setTimeout(() => { |
|
|
|
setTimeout(() => { |
|
|
|
currentAnimation.value = 2; |
|
|
|
currentAnimation.value = 2; |
|
|
|
proxy.$eventBusService.emit("openControl", true); |
|
|
|
proxy.$eventBusService.emit("openControl", true); |
|
|
|
}, 11 * 1000); |
|
|
|
}, 10.8 * 1000); |
|
|
|
} else if (currentAnimation.value === 1 || currentAnimation.value === 3) { |
|
|
|
} else if (currentAnimation.value === 1 || currentAnimation.value === 3) { |
|
|
|
} else if (currentAnimation.value === 2) { |
|
|
|
} else if (currentAnimation.value === 2) { |
|
|
|
if (animationExit.value) { |
|
|
|
if (animationExit.value) { |
|
|
@ -332,7 +332,7 @@ const changeAnimation = () => { |
|
|
|
if (indoorValue.value) { |
|
|
|
if (indoorValue.value) { |
|
|
|
indoorValue.value.style.opacity = "1"; |
|
|
|
indoorValue.value.style.opacity = "1"; |
|
|
|
} |
|
|
|
} |
|
|
|
}, 4.4 * 1000); |
|
|
|
}, 4.7 * 1000); |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|