生成海报逻辑待完善

This commit is contained in:
Andy Leong
2024-01-16 11:30:36 +08:00
parent da38f8c271
commit 3c258cff70
3 changed files with 98 additions and 87 deletions

View File

@@ -66,7 +66,7 @@ const drawFn = (item) => {
}
};
const showResult = ref(false);
const showResult = ref(true);
const resultFn = (item) => {
if (item.action == "hide") {
showResult.value = false;