|
@@ -202,7 +202,8 @@
|
|
|
</div>
|
|
|
<get-more :reportData="{
|
|
|
pageSource: Report.pageSource.received_success_page,
|
|
|
- postId: state.postId
|
|
|
+ postId: state.postId,
|
|
|
+ redPacketType: Report.redPacketType.lottery
|
|
|
}"></get-more>
|
|
|
</div>
|
|
|
|
|
@@ -350,7 +351,8 @@
|
|
|
</div>
|
|
|
<get-more :style_type="2" :reportData="{
|
|
|
pageSource: Report.pageSource.waitingLotteryPage,
|
|
|
- postId: state.postId
|
|
|
+ postId: state.postId,
|
|
|
+ redPacketType: Report.redPacketType.lottery
|
|
|
}"></get-more>
|
|
|
<div class="notification_switch" v-if="state.notification_show">
|
|
|
<span>Announcement Notification</span>
|
|
@@ -410,7 +412,8 @@
|
|
|
</div>
|
|
|
<get-more :reportData="{
|
|
|
pageSource: Report.pageSource.missingLotteryPage,
|
|
|
- postId: state.postId
|
|
|
+ postId: state.postId,
|
|
|
+ redPacketType: Report.redPacketType.lottery
|
|
|
}" v-if="state.close_status != '等待结果'"></get-more>
|
|
|
</div>
|
|
|
|