|
@@ -86,10 +86,10 @@
|
|
|
<div class="filter-list js-filter" data-tag="3">
|
|
|
<div class="filter-cell">
|
|
|
<div class="filter-cell-txt f-normal-txt-eduction">
|
|
|
- @if(array_get($params,'eduction')=='')
|
|
|
+ @if(array_get($params,'education')=='')
|
|
|
学历
|
|
|
@else
|
|
|
- {{ $categories['AIX_eduction'][$params['eduction']]['demand'] }}
|
|
|
+ {{ $categories['AIX_education'][$params['education']]['demand'] }}
|
|
|
@endif
|
|
|
</div>
|
|
|
</div>
|
|
@@ -104,8 +104,8 @@
|
|
|
<input type="hidden" class="" name="keyword" value="@if(array_get($params, 'keyword')){{array_get($params, 'keyword')}}@endif">
|
|
|
<input type="hidden" class="f-normal-code-wage" name="wage" value="{{$params['wage'] or ''}}">
|
|
|
<input type="hidden" class="f-normal-code-experience" name="experience" value="{{$params['experience'] or ''}}">
|
|
|
- <input type="hidden" class="f-more-l-code-education" name="education" value="{{$params['education'] or ''}}">
|
|
|
- <input type="hidden" class="f-more-l-code-education" name="health_type" value="{{$params['health_type'] or 1}}">
|
|
|
+ <input type="hidden" class="f-normal-code-education" name="education" value="{{$params['education'] or ''}}">
|
|
|
+ <input type="hidden" name="health_type" value="{{$params['health_type'] or 1}}">
|
|
|
</form>
|
|
|
</div>
|
|
|
<div class="con-filter">
|