1
0
xiansin 4 лет назад
Родитель
Сommit
3f1d9ebd03
1 измененных файлов с 1 добавлено и 1 удалено
  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({