Merge remote-tracking branch 'origin/feature/mall_product' into feature/mall_product

pull/16/head
tangqian 2023-05-25 11:25:38 +08:00
commit fb3196dcca
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() {