篮球整体统计数据

This commit is contained in:
xianyi
2026-01-22 18:05:04 +08:00
parent 3e9cc03217
commit 6dc1170d1d
11 changed files with 347 additions and 4 deletions

View File

@@ -69,6 +69,7 @@ export default function LiveDetailScreen() {
if (liveData && Array.isArray(liveData)) {
// Find the specific match
const found = liveData.find((m) => m.event_key.toString() === id);
console.log("found", JSON.stringify(found, null, 2));
if (found) {
setMatch(found);
}