From f71eede6ddc56b3b7d6f6dee53c5909c59017a7c Mon Sep 17 00:00:00 2001 From: "DESKTOP-GMUNQ1B\\k" <1154079537@qq.com> Date: Wed, 21 Feb 2024 10:32:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E5=9B=BE=E7=89=87=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/users/invite_code/index.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/users/invite_code/index.vue b/pages/users/invite_code/index.vue index cc3093a..737d0d8 100644 --- a/pages/users/invite_code/index.vue +++ b/pages/users/invite_code/index.vue @@ -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 {