This commit is contained in:
weipengfei 2024-02-21 10:52:21 +08:00
commit ac6d0f8858

@ -136,6 +136,7 @@
// #endif
// #ifndef H5
let that =this;
uni.downloadFile({
url: imageUrl,
success(res) {
@ -144,7 +145,9 @@
uni.saveImageToPhotosAlbum({
filePath: tempFilePath,
success() {
console.log('图片已保存至相册');
return that.$util.Tips({
title: '图片已保存至相册!'
});
},
fail(err) {
console.error('保存失败', err);
@ -195,7 +198,7 @@
font-family: PingFang SC, PingFang SC;
font-weight: 400;
color: #7A7A7A;
margin-bottom: 8rpx;
margin-bottom: 16rpx;
}
.qrcode-img {