From e0e475c0d023140ad693d7de336533b05d78c1f1 Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Thu, 14 May 2026 10:38:39 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A5259=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=90=8E=E5=8F=B0=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E4=BA=86=E5=A5=96=E5=93=81=E8=A7=84=E6=A0=BC=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E5=BC=80=E5=A5=96=E9=A1=B5=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E5=A5=96=E5=93=81=E6=B2=A1=E6=9C=89=E8=B0=83=E5=8F=96=E8=A7=84?= =?UTF-8?q?=E6=A0=BC=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg-video/views/county-winners.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg-video/views/county-winners.vue b/pkg-video/views/county-winners.vue index 7fe58de..b19d8fc 100644 --- a/pkg-video/views/county-winners.vue +++ b/pkg-video/views/county-winners.vue @@ -351,7 +351,7 @@ export default { lotteryRecordId: item.id || item.lotteryRecordId || item.ticketId || item.recordId || "", levelName: item.levelName || item.prizeLevelName || "中奖奖品", prizeName: item.prizeName || item.awardName || "神秘奖品", - prizeDesc: item.prizeDesc || item.remark || "默认", + prizeAttrName: item.prizeAttrName || "默认", ticketCode: item.ticketCode || item.code || "--", claimStatus: Number(item.claimStatus), prizeType: item.prizeType, @@ -386,7 +386,7 @@ export default { this.drawTime = this.formatDrawTime(activityData.drawTime || activityData.openTime || "") this.activityWinnerList = winnerList - this.userWinList = this.mapUserWinList(filteredMyTicketList) + this.userWinList = winnerData.userWinList || [] this.hasWon = this.userWinList.length > 0 ? 1 : 0 this.periodLabel = winnerData.periodNo || "01" this.remainingClaimDays = winnerData.remainingClaimDays || 7