fix: 修复二次生成海报时 image 组件会闪一下的 bug
parent
950acf5275
commit
4d92eaf5f9
|
@ -110,6 +110,7 @@
|
||||||
|
|
||||||
// 获得海报数据
|
// 获得海报数据
|
||||||
async function getPoster() {
|
async function getPoster() {
|
||||||
|
painterImageUrl.value = undefined
|
||||||
poster.views = await getPosterData({
|
poster.views = await getPosterData({
|
||||||
width: poster.css.width,
|
width: poster.css.width,
|
||||||
shareInfo: props.shareInfo,
|
shareInfo: props.shareInfo,
|
||||||
|
|
Loading…
Reference in New Issue