From 83cf0552e97127c6c433d121d6630aafcf7a2660 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Fri, 25 Jul 2025 17:22:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E5=88=B0=E7=9B=B8=E5=86=8C=E5=8A=9F=E8=83=BD=E5=B9=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=9D=83=E9=99=90=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 注释掉获取二维码和保存到相册的代码 - 统一权限描述格式 - 添加二维码保存提示文本 --- App.vue | 2 +- manifest.json | 6 +++--- pages/subcomponent/promo-qrcode.vue | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/App.vue b/App.vue index f1cec1b..a16e32b 100644 --- a/App.vue +++ b/App.vue @@ -62,7 +62,7 @@ this.getPricePreviewList(), this.getConfigData(), ] - this.getQrCode() + // this.getQrCode() await Promise.all(promises) // 确保进度达到100% diff --git a/manifest.json b/manifest.json index e02faa9..b2b8f31 100644 --- a/manifest.json +++ b/manifest.json @@ -60,9 +60,9 @@ "scope.userLocation" : { "desc" : "您的位置信息将用于选择寄件地址" }, - "scope.writePhotosAlbum": { - "desc": "需要保存图片到您的相册" - } + "scope.writePhotosAlbum" : { + "desc" : "需要保存图片到您的相册" + } } }, "mp-alipay" : { diff --git a/pages/subcomponent/promo-qrcode.vue b/pages/subcomponent/promo-qrcode.vue index 4d734cc..edfd26f 100644 --- a/pages/subcomponent/promo-qrcode.vue +++ b/pages/subcomponent/promo-qrcode.vue @@ -37,11 +37,12 @@ @load="onImageLoad" /> 邀请码:{{inviteCode}} + 长按二维码可保存到相册 - +