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 {