Compare commits
2 Commits
b11b71be2e
...
99f1fb5e33
Author | SHA1 | Date |
---|---|---|
TianYu | 99f1fb5e33 | |
TianYu | 1462178e7a |
|
@ -99,7 +99,12 @@
|
|||
that.$util.Tips({
|
||||
title: '生成成功,长按保存图片'
|
||||
})
|
||||
});
|
||||
}).catch(()=>{
|
||||
that.$util.Tips({
|
||||
title: '生成失败'
|
||||
})
|
||||
that.isHideBtn = false
|
||||
})
|
||||
},
|
||||
// 生成二维码;
|
||||
make() {
|
||||
|
|
Loading…
Reference in New Issue