fix: 生成海报失败增加提示

pull/16/head
TianYu 2023-05-25 11:23:31 +08:00
parent 1377880c54
commit 1462178e7a
1 changed files with 6 additions and 1 deletions

View File

@ -99,7 +99,12 @@
that.$util.Tips({ that.$util.Tips({
title: '生成成功,长按保存图片' title: '生成成功,长按保存图片'
}) })
}); }).catch(()=>{
that.$util.Tips({
title: '生成失败'
})
that.isHideBtn = false
})
}, },
// //
make() { make() {