|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <web-view :src="url" @message="handleGetMessage"/></web-view>
|
|
|
+ <web-view :src="url" @message="handleGetMessage"></web-view>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
@@ -19,7 +19,8 @@ export default {
|
|
|
onShareAppMessage() {
|
|
|
return {
|
|
|
title:this.msgObj.title,
|
|
|
- path:`/pages-report/reportDetail?reportId=${this.msgObj.reportId}`
|
|
|
+ path:`/pages-report/reportDetail?reportId=${this.msgObj.reportId}`,
|
|
|
+ imageUrl:this.msgObj.shareImg||''
|
|
|
}
|
|
|
},
|
|
|
methods: {
|