feat: 加群+一些bug+样式+job list改default sort

This commit is contained in:
chashaobao
2025-08-15 00:41:44 +08:00
parent 33ef940d6e
commit 943f921e56
6 changed files with 61 additions and 13 deletions

View File

@ -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,