You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
5.0 KiB
Plaintext
69 lines
5.0 KiB
Plaintext
<view style class="container" bindtouchstart="touchStart">
|
|
|
|
<!-- bindrefresherrefresh="onScrollRefresh" refresher-triggered="{{isTrigger}}" refresher-enabled="{{true}}" -->
|
|
<scroll-view id="listBox" scroll-top="{{topNum}}" enhanced binddragstart="listTouchStart" bindscroll="listTouchMove" style="height:calc(100vh);background: #f5f5f5;margin-top: 10px;" enable-passive scroll-x="false" scroll-y="true" scroll-into-view="{{scrollTo}}" scroll-with-animation="false" enable-back-to-top="true">
|
|
<view class hover-class="none" hover-stop-propagation="false">
|
|
<view style="display:{{toped == 1 ? 'block' : 'none'}}">
|
|
<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 class="jcenter br8">
|
|
<view class="listcontainer p010">
|
|
<view class="jobOne bgf mb10 br8" 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="box-shadow: 0px 2px 9px 0px #eeeeee;">
|
|
<view class="p1020 jobIn" hover-class="none">
|
|
<!-- <image style="width: 80px;height: 80px;position: absolute;right: 100px;z-index:99" src="http://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/tingzhao.svg" wx:if="{{item.state == 1 && item.recruitment == 2}}"></image>
|
|
|
|
<image style="width: 72px;height: 72px;position: absolute;right: 100px;" src="http://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/weishangxian.svg" wx:if="{{item.state == 0}}"></image> -->
|
|
|
|
<view class="display-flex">
|
|
<view class="flex-1 vsb">
|
|
<view class="display-flex">
|
|
<view class="storeName" style="max-width: 300px;width: 300px;">{{item.jobName || item.storeName}}</view>
|
|
<!-- <view class="baomingBtn v-center" hover-stop-propagation><i class="iconfont icon-baoming1"></i>报名</view> -->
|
|
</view>
|
|
<view class="v-center" wx:if="{{from != 'baoming'}}">
|
|
<view class="f16 c3 flex-1 display-flex">
|
|
{{item.monthlyPay}}元/月,{{item.age}}
|
|
<!-- <view class="overflowOmit" hover-class="none" hover-stop-propagation="false" style="max-width:220px">
|
|
{{item.district == "" ?'':item.district + ' | ' }}
|
|
<block wx:if="{{item.distance != null && item.distance != '' && storeJobListSearchForm.sortTag == 2}}">{{item.distanceKm}}</block>
|
|
<block wx:else>{{item.age}}</block>
|
|
</view>
|
|
<view class="fr f14s fw400" style="color: var(--color-f40);">{{item.monthlyPay}}</view> -->
|
|
</view>
|
|
</view>
|
|
<view wx:else style="height: 18px;"></view>
|
|
<view class="display-flex">
|
|
<view class="v-center">
|
|
<image class="dlLogo" src="{{item.logo || '//matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/nan912.png'}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload />
|
|
<text class="f12 c045 ml8">{{item.agencyName}}</text>
|
|
</view>
|
|
<view>
|
|
<text class="f12 c045 ml8">{{item.updateTime || item.createTime}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!-- <block wx:if="{{(recordList == null || recordList.length == 0) && (storeJobListSearchForm.keys != null && storeJobListSearchForm.keys != '')}}">
|
|
<view class="tc p20 f12 c045">没有符合条件的职位</view>
|
|
</block>
|
|
<block wx:else>
|
|
<view class="tc p20 f12 c045" style="padding-bottom: 40px;" wx:if="{{!hasMoreData && recordList.length != 0}}">已经到底啦~</view>
|
|
<view class="tc p20 f12 c045" style="padding-bottom: 40px;" wx:if="{{hasMoreData }}">上滑加载更多</view>
|
|
</block> -->
|
|
</view>
|
|
<view wx:if="{{(recordList == null || recordList.length == 0) && pageShow}}" class="tc">
|
|
<view class="t-icon t-icon-zanwu" style="width: 80px; height: 80px; margin: 80px auto 20px"></view>
|
|
<view class="tc f14 c045">暂无记录</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</scroll-view>
|
|
</view>
|