feat: add start to tab
This commit is contained in:
@ -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()}
|
||||
|
||||
Reference in New Issue
Block a user