Browse Source

分享图片

cxmo 1 year ago
parent
commit
7273f5d1a9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/report/PreviewPDF.vue

+ 1 - 0
src/views/report/PreviewPDF.vue

@@ -46,6 +46,7 @@ const handleDataToXcx=()=>{
         pdf_id:Number(route.query.pdf_id)||0,
     },
     title:pdfState.pdf_name||'',
+    imgUrl:'https://hzstatic.hzinsights.com/static/images/yb/report_pdf_share_cover.png'
   }
   wx.miniProgram.postMessage({ data: postData })
 }