This commit is contained in:
2025-12-05 18:09:45 +08:00
parent 0d5e3024bc
commit 1ba45fdf93
48 changed files with 2702 additions and 1047 deletions

View File

@@ -285,7 +285,9 @@ function deg2rad(deg) {
}
function vacanciesTo(vacancies) {
if (vacancies >= 0) {
if(!vacancies){
return '不限人数'
}else if (vacancies >= 0) {
return vacancies + "人"
} else {
return '不限人数'