完成海报页面逻辑,及流程整合

This commit is contained in:
Andy Leong
2024-02-04 18:30:23 +08:00
parent abbae9aede
commit 67c8521b18
78 changed files with 213 additions and 714 deletions

View File

@@ -83,7 +83,7 @@ const drawFn = (item) => {
}
};
const showResult = ref(true);
const showResult = ref(false);
const resultFn = (item) => {
if (item.action == "hide") {
showResult.value = false;
@@ -211,7 +211,7 @@ onMounted(() => {
});
}
} else {
// showLoad.value = true;
showLoad.value = true;
createBGM();
}
});
@@ -225,7 +225,7 @@ const playMusic = () => {
<style lang="scss" >
#app {
overflow: hidden;
background: linear-gradient(135deg, #f6d365, #fda085);
background: linear-gradient(135deg, #a11b15, #f80c00);
}
#__vconsole {