|
|
|
|
@ -270,7 +270,7 @@
|
|
|
|
|
<!-- margin-top:{{(selectBrandList.length > 0 || selectJobList.length > 0 || activez != 'all' || sexid != '-1' ? 34 : 0) + statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2) + 132}}px -->
|
|
|
|
|
<view class="standardList" style="padding-top: 0;min-height: calc(100vh - {{selectBrandList.length > 0 || selectJobList.length > 0 || activez != 'zuigao' || sexid != '-1' ? '170px':'214px'}})">
|
|
|
|
|
<view>
|
|
|
|
|
<view x:if="{{recordList != null && recordList.length > 0}}" style="padding-top: 0;overflow-x: hidden;">
|
|
|
|
|
<view wx:if="{{recordList != null && recordList.length > 0}}" style="padding-top: 0;overflow-x: hidden;">
|
|
|
|
|
<view class="jcenter bgf br8">
|
|
|
|
|
<view class="listcontainer" style="border-top: 1px solid #f3f3f3;">
|
|
|
|
|
<view class="jobOne" hover-start-time="50" hover-stay-time="0" wx:for="{{recordList}}" data-id="{{item.id}}" bindtap="goDetail" wx:key="index" hover-class="{{item.recruitment == '1' ? 'ahover':''}}" style="background-color:{{item.recruitment == '1' ? '#fff':'#f5f5f5'}};border-bottom: {{item.recruitment == '1' ? '':'1px solid #ddd'}};">
|
|
|
|
|
@ -305,7 +305,7 @@
|
|
|
|
|
<view class="f14s c045 flex-1 display-flex">
|
|
|
|
|
<view hover-class="none" hover-stop-propagation="false" style="max-width:220px;">
|
|
|
|
|
<view class="overText fl" style="max-width: 150px;">
|
|
|
|
|
{{item.district == "" ?'':item.district}}
|
|
|
|
|
{{item.citys}}
|
|
|
|
|
</view>
|
|
|
|
|
<view class="fl ml4" wx:if="{{item.distance != null && item.distance != '' && storeJobListSearchForm.sortTag == 2}}"> {{ ' | ' + item.distanceKm}}</view>
|
|
|
|
|
<view class="fl ml4" wx:else>{{' | ' +item.age}}</view>
|
|
|
|
|
|