@@ -20,8 +20,8 @@ export default {
},
onShareAppMessage() {
return {
- title:msgObj.title,
- path:`/pages-report/chapterDetail?chapterId=${msgObj.chapterId}`
+ title:this.msgObj.title,
+ path:`/pages-report/chapterDetail?chapterId=${this.msgObj.chapterId}`
}
methods: {
@@ -19,8 +19,8 @@ export default {
- path:`/pages-report/reportDetail?reportId=${msgObj.reportId}`
+ path:`/pages-report/reportDetail?reportId=${this.msgObj.reportId}`