网球详情页
This commit is contained in:
@@ -65,6 +65,16 @@ export function MatchTabs({
|
||||
} else if (sportId === 2) {
|
||||
// 篮球
|
||||
return commonTabs;
|
||||
} else if (sportId === 3) {
|
||||
// 网球: 详情、聊天
|
||||
return [
|
||||
{
|
||||
id: "info",
|
||||
label: t("detail.tabs.info"),
|
||||
icon: "document-text-outline",
|
||||
},
|
||||
{ id: "chat", label: t("detail.tabs.chat"), icon: "chatbubbles-outline" },
|
||||
];
|
||||
}
|
||||
return commonTabs;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user