编辑数据后重新刷新海报

This commit is contained in:
tangxinyue 2026-07-10 13:51:02 +08:00
parent deca26c218
commit a215b9b263
2 changed files with 10 additions and 0 deletions

View File

@ -284,6 +284,11 @@ function confirmEdit() {
//
finalPosterPath.value = '';
let tempBg = bgImage.value;
bgImage.value = ''; //
setTimeout(() => {
bgImage.value = tempBg;
}, 50);
}
async function handleChangeTheme(typeIndex) {

View File

@ -378,6 +378,11 @@ function confirmEdit() {
//
finalPosterPath.value = '';
let tempBg = bgImage.value;
bgImage.value = ''; //
setTimeout(() => {
bgImage.value = tempBg;
}, 50);
}
async function handleChangeTheme(typeIndex) {