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}}
+ 长按二维码可保存到相册
-
+