فهرست منبع

完成分享功能

jwyu 3 سال پیش
والد
کامیت
6041c743b4
2فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 2 2
      pages-report/chapterDetail.vue
  2. 2 2
      pages-report/reportDetail.vue

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