Browse Source

二维码图片保存失败

xiansin 4 năm trước cách đây
mục cha
commit
3f1d9ebd03
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      components/page-component/app-my-app/app-my-share.vue

+ 1 - 1
components/page-component/app-my-app/app-my-share.vue

xqd
@@ -92,7 +92,7 @@
             },
             saveImg(){
                 uni.downloadFile({
-                    url: this.shareInfo.qrcode,
+                    url: this.shareInfo.parent_qr_code,
                     success: (res) =>{
                         if (res.statusCode === 200){
                             uni.saveImageToPhotosAlbum({