feat: best 匹配结果页展示 Top 3 候选排行,支持折叠查看备选餐厅

This commit is contained in:
2026-02-24 19:30:10 +08:00
parent 30329df136
commit 5d297684fc
6 changed files with 278 additions and 170 deletions
+1
View File
@@ -29,6 +29,7 @@ export function useRoomPolling(roomId: string) {
match: data?.match ?? null,
matchType: data?.matchType ?? null,
matchLikes: data?.matchLikes ?? 0,
runnerUps: data?.runnerUps ?? [],
likeCounts: data?.likeCounts ?? {},
swipeCounts: data?.swipeCounts ?? {},
restaurants: data?.restaurants ?? [],