完成海报页面逻辑,及流程整合
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user