jwyu 3 жил өмнө
parent
commit
6041c743b4

+ 2 - 2
pages-report/chapterDetail.vue

@@ -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: {

+ 2 - 2
pages-report/reportDetail.vue

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