|
|
|
@ -18,10 +18,10 @@
|
|
|
|
<view class="display-flex">
|
|
|
|
<view class="display-flex">
|
|
|
|
<view class="flex-1 vsb">
|
|
|
|
<view class="flex-1 vsb">
|
|
|
|
<view class="display-flex">
|
|
|
|
<view class="display-flex">
|
|
|
|
<view class="storeName" style="max-width: 300px;width: 300px;">{{item.jobName || item.aliasName}}</view>
|
|
|
|
<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 class="baomingBtn v-center" hover-stop-propagation><i class="iconfont icon-baoming1"></i>报名</view> -->
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="v-center mt12 mb12">
|
|
|
|
<view class="v-center" wx:if="{{from != 'baoming'}}">
|
|
|
|
<view class="f16 c3 flex-1 display-flex">
|
|
|
|
<view class="f16 c3 flex-1 display-flex">
|
|
|
|
{{item.monthlyPay}}元/月,{{item.age}}
|
|
|
|
{{item.monthlyPay}}元/月,{{item.age}}
|
|
|
|
<!-- <view class="overflowOmit" hover-class="none" hover-stop-propagation="false" style="max-width:220px">
|
|
|
|
<!-- <view class="overflowOmit" hover-class="none" hover-stop-propagation="false" style="max-width:220px">
|
|
|
|
@ -32,13 +32,14 @@
|
|
|
|
<view class="fr f14s fw400" style="color: var(--color-f40);">{{item.monthlyPay}}</view> -->
|
|
|
|
<view class="fr f14s fw400" style="color: var(--color-f40);">{{item.monthlyPay}}</view> -->
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view wx:else style="height: 18px;"></view>
|
|
|
|
<view class="display-flex">
|
|
|
|
<view class="display-flex">
|
|
|
|
<view class="v-center">
|
|
|
|
<view class="v-center">
|
|
|
|
<image class="dlLogo" src="{{item.logo}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload />
|
|
|
|
<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>
|
|
|
|
<text class="f12 c045 ml8">{{item.agencyName}}</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view>
|
|
|
|
<view>
|
|
|
|
<text class="f12 c045 ml8">{{item.updateTime}}</text>
|
|
|
|
<text class="f12 c045 ml8">{{item.updateTime || item.createTime}}</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|