feat: 加群+一些bug+样式+job list改default sort
This commit is contained in:
@ -33,7 +33,7 @@ export default function Job() {
|
||||
const inviteCode = useInviteCode();
|
||||
const [tabType, setTabType] = useState<JobSourceType>(JobSourceType.All);
|
||||
const [employType, setEmployType] = useState<EmployType>(EmployType.All);
|
||||
const [sortType, setSortType] = useState<SortType>(SortType.RECOMMEND);
|
||||
const [sortType, setSortType] = useState<SortType>(SortType.CREATE_TIME);
|
||||
const [cityCode, setCityCode] = useState<string>(location.cityCode);
|
||||
const [coordinate, setCoordinate] = useState<Coordinate>({
|
||||
latitude: location.latitude,
|
||||
|
||||
Reference in New Issue
Block a user