feat: add start to tab

This commit is contained in:
chashaobao
2025-06-27 11:06:23 +08:00
parent b0dd660dde
commit 0020eb8dbe
3 changed files with 22 additions and 1 deletions

View File

@ -79,7 +79,15 @@ export default function BizService() {
</div>
</div>
</Tabs.TabPane>
<Tabs.TabPane value={1} title="免费招">
<Tabs.TabPane
value={1}
title={
<>
<Image src={require('@/statics/svg/star.svg')} className={`${PREFIX}__star`} />
</>
}
>
<SearchCity
onSelectCity={handleSelectCity}
currentCity={getCurrentCityCode()}