diff --git a/uniapp/src/packages_match/components/WorldCupPanel.vue b/uniapp/src/packages_match/components/WorldCupPanel.vue index e9ca4f2..75d7a8d 100644 --- a/uniapp/src/packages_match/components/WorldCupPanel.vue +++ b/uniapp/src/packages_match/components/WorldCupPanel.vue @@ -29,7 +29,8 @@ - + {{ scheduleSortLabel }} @@ -37,14 +38,15 @@ - + {{ group.label }} + :id="scheduleMatchAnchorId(match)" class="wc-match-card" @tap="goMatchDetail(match)"> @@ -195,7 +197,7 @@