nieyuge 2 年之前
父節點
當前提交
a1d1092aba
共有 2 個文件被更改,包括 11 次插入1 次删除
  1. 4 0
      components/MobileGuidePage.vue
  2. 7 1
      pages/treasure/invite.vue

+ 4 - 0
components/MobileGuidePage.vue

@@ -111,6 +111,9 @@ export default {
         playType: {
 			type: Number,
 		},
+        reportMore: {
+            type: Object,
+        },
     },
     components: {
         FontZoomMobile,
@@ -162,6 +165,7 @@ export default {
 						objectType: Report.objectType.rtButton,
 						postId: this.detail.postId,
                         redPacketType,
+                        ...this.reportMore,
 					},
 				},
             })

+ 7 - 1
pages/treasure/invite.vue

@@ -5,7 +5,13 @@
 		</template>
 		<template v-else>
 			<template v-if="isMobile">
-				<MobileGuidePage :playType="PlayType.Treasure" :detail="detail" :postUserInfo="detail.postUserInfo"></MobileGuidePage>
+				<MobileGuidePage
+					:playType="PlayType.Treasure"
+					:detail="detail"
+					:postUserInfo="detail.postUserInfo"
+					:reportMore="{
+						shareLinkId: $route.params.id,
+					}"></MobileGuidePage>
 			</template>
 			<template v-else>
 				<div class="logo">