feat: best 匹配结果页展示 Top 3 候选排行,支持折叠查看备选餐厅
This commit is contained in:
@@ -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 ?? [],
|
||||
|
||||
Reference in New Issue
Block a user