diff --git a/src/views/wishingStar/userParticipationRecord.vue b/src/views/wishingStar/userParticipationRecord.vue index 14ae738..0e6c9ee 100644 --- a/src/views/wishingStar/userParticipationRecord.vue +++ b/src/views/wishingStar/userParticipationRecord.vue @@ -44,12 +44,17 @@ 轮次id: {{ scope.row.roundId }} 轮次礼物: {{ scope.row.giftName }} + 礼物价值: {{ scope.row.giftPrice }}钻 需要魔法棒: {{ scope.row.targetNum }} {{ scope.row.roundStatus == 0 ? "轮次进行中" : "轮次已结束" }} - + + + {{ scope.row.winnerUid ? (scope.row.isWin ? '是' : '否') : '-' }} + +