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